You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #444 Add Vue app to the vue:mount event (pierredup)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Add Vue app to the vue:mount event
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Tickets | N/A
| License | MIT
Add the Vue app to the `vue:mount` event, so that users can have access to it when hooking into the event in order to use [Vue Plugins](https://vuejs.org/guide/reusability/plugins.html#introduction) with components. Without access to the app instance, it's not possible to use plugins.
Commits
-------
86fa0c8 Add Vue app to the vue:mount event
0 commit comments