Bind to #app instead of body
This commit is contained in:
@@ -16,5 +16,5 @@ require('./bootstrap');
|
|||||||
Vue.component('example', require('./components/Example.vue'));
|
Vue.component('example', require('./components/Example.vue'));
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: 'body'
|
el: '#app'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user