0👍
Try this without the listener
new Vue({
el: '#app',
router,
template: '<App v-cloack />',
components: { App }
})
Source:stackexchange.com
0👍
Try this without the listener
new Vue({
el: '#app',
router,
template: '<App v-cloack />',
components: { App }
})