Description
Version
2.0.0
Reproduction link
https://jsfiddle.net/15ww4vog/8/
Steps to reproduce
- Load jsfiddle page
- Vue init method is executed.(With CDN, Just VUE and Jquery)
- Vue init method makes a Ajax call to "https://api.myjson.com/bins/13xym3". and responds a HTML, JS injected to #dinamic-container div.
- HTML, JS injected also includes a Vue instance.
- creating conflicts "[vuex] already installed. Vue.use(Vuex) should be called only once."
What is expected?
- Load page, instantiate VUE.
- When a page is injected and includes a VUE instance. load with no conflicts.
What is actually happening?
- Load page, instantiate VUE.
- When page is injected and includes a VUE instance. a conflict is raised and show the "[vuex] already installed. Vue.use(Vuex) should be called only once." console error.
My parent view is loading Vue instance.
and I'm injecting a Child view that also contains its own Vue instance.
Metadata
Metadata
Assignees
Labels
No labels