Answer the question
In order to leave comments, you need to log in
Using external vue instance in v-app?
Help me figure it out, today I attached vuetify to the project and for some reason the second vue instance is now undefined in the v-app application
The structure (simplified) is as follows:
<div id="app">
<v-app>
{{ bus.someVar }}
</v-app>
</div>
var bus = new Vue({ data: { someVar: 1 } });
var router = new VueRouter({ });
var vm = new Vue({ el: '#app', router: router });
Answer the question
In order to leave comments, you need to log in
Well, in honor of what should the bus be available here?
Did you drop it somewhere? In the same data.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question