Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information