update example
This commit is contained in:
parent
990d58c78f
commit
ab8f3f37c2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue