update example

This commit is contained in:
Taylor Otwell 2018-11-02 10:13:11 -05:00
parent 990d58c78f
commit ab8f3f37c2
1 changed files with 1 additions and 1 deletions

2
resources/js/app.js vendored
View File

@ -14,7 +14,7 @@ window.Vue = require('vue');
* Vue components. It will recursively scan this directory for the Vue
* 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)