Browse Source

update example

Taylor Otwell 5 years ago
parent
commit
ab8f3f37c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/js/app.js

+ 1 - 1
resources/js/app.js

@@ -14,7 +14,7 @@ window.Vue = require('vue');
  * Vue components. It will recursively scan this directory for the Vue
  * Vue components. It will recursively scan this directory for the Vue
  * components and automatically register them with their "basename".
  * components and automatically register them with their "basename".
  *
  *
- * Eg. ./components/CreateUser.vue -> <create-user></create-user>
+ * Eg. ./components/ExampleComponent.vue -> <example-component></example-component>
  */
  */
 
 
 const files = require.context('./', true, /\.vue$/i)
 const files = require.context('./', true, /\.vue$/i)