Skip to content

Commit ee60787

Browse files
committed
generator description for Vue
1 parent 323e338 commit ee60787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/VueCrudGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const router = new VueRouter({
6363
});
6464
6565
// Add the modules in the store
66-
import { ${titleLc} from './store/modules/{ ${titleLc}/';
66+
import { ${titleLc} } from './store/modules/${titleLc}/';
6767
6868
export const store = new Vuex.Store({
6969
// ...

0 commit comments

Comments
 (0)