Commit 583fd4ed authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3872 from donnes/patch-1

Use const instead of var in Vue instance
parents e79c0d22 4ee51720
......@@ -15,6 +15,6 @@ require('./bootstrap');
Vue.component('example', require('./components/Example.vue'));
var app = new Vue({
const app = new Vue({
el: 'body'
});
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