Courses

Custom Vue.js 3 Plugins - Create a Tool-Tip Plugin - Add a Global Instance Method with a Vue.js Plugin

In this lesson, learn how to add global app instance methods and properties from your Vue.js plugins. These are great for exposing handy utility functions to every app component. Vue Router does this for $route and $router.

Links