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