We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d895 commit 879f825Copy full SHA for 879f825
src/generators/VuetifyGenerator.js
@@ -59,7 +59,7 @@ export default new VueRouter({
59
// Register the modules in the store
60
// src/store/index.js
61
import ${titleLc}Service from '../services/${titleLc}';
62
-import makeCrudModule from './modules/crud';
+import makeCrudModule from './store/modules/crud';
63
64
export const store = new Vuex.Store({
65
// ...
0 commit comments