update example
This commit is contained in:
2
resources/js/app.js
vendored
2
resources/js/app.js
vendored
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user