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.
2 parents 345d895 + 879f825 commit 75415f9Copy full SHA for 75415f9
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