diff --git a/resources/js/app.js b/resources/js/app.js index 78eeda26..7fbfd718 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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 -> + * Eg. ./components/ExampleComponent.vue -> */ const files = require.context('./', true, /\.vue$/i)