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 fcaa1b0 commit 5135aabCopy full SHA for 5135aab
src/generators/VuetifyGenerator.js
@@ -52,14 +52,14 @@ import ${titleLc}Routes from './${titleLc}';
52
export default new VueRouter({
53
// ...
54
routes: [
55
- ...${titleLc}Routes,
+ ${titleLc}Routes,
56
]
57
});
58
59
// Register the modules in the store
60
// src/store/index.js
61
import ${titleLc}Service from '../services/${titleLc}';
62
-import makeCrudModule from './store/modules/crud';
+import makeCrudModule from './modules/crud';
63
64
export const store = new Vuex.Store({
65
0 commit comments