mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge pull request #3872 from donnes/patch-1
Use const instead of var in Vue instance
This commit is contained in:
commit
583fd4ed4f
@ -15,6 +15,6 @@ require('./bootstrap');
|
||||
|
||||
Vue.component('example', require('./components/Example.vue'));
|
||||
|
||||
var app = new Vue({
|
||||
const app = new Vue({
|
||||
el: 'body'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user