Commit ed9a82d6 authored by Taylor Otwell's avatar Taylor Otwell

fix comment

parent a37215d0
...@@ -9,8 +9,8 @@ require('./bootstrap'); ...@@ -9,8 +9,8 @@ require('./bootstrap');
/** /**
* Next, we will create a fresh Vue application instance and attach it to * Next, we will create a fresh Vue application instance and attach it to
* the body of the page. From here, you may begin adding components to * the page. Then, you may begin adding components to this application
* the application, or feel free to tweak this setup for your needs. * or customize the JavaScript scaffolding to fit your unique needs.
*/ */
Vue.component('example', require('./components/Example.vue')); Vue.component('example', require('./components/Example.vue'));
......
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