Commit 6f9a450f authored by Erik Telford's avatar Erik Telford

Bind to #app instead of body

parent 1117be09
...@@ -16,5 +16,5 @@ require('./bootstrap'); ...@@ -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'
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment