Skip to content

Commit 75415f9

Browse files
authored
Merge pull request #213 from jmontoyaa/patch-2
Fix modules/crud path
2 parents 345d895 + 879f825 commit 75415f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/VuetifyGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default new VueRouter({
5959
// Register the modules in the store
6060
// src/store/index.js
6161
import ${titleLc}Service from '../services/${titleLc}';
62-
import makeCrudModule from './modules/crud';
62+
import makeCrudModule from './store/modules/crud';
6363
6464
export const store = new Vuex.Store({
6565
// ...

0 commit comments

Comments
 (0)