Skip to content

Commit 5c2e987

Browse files
authored
Merge pull request #700 from Fabious/patch-2
Update vuejs.md
2 parents 969b95d + 46ea510 commit 5c2e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-generator/vuejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import App from './App.vue';
4141

4242
// Replace "foo" with the name of the resource type
4343
import foo from './store/modules/foo/';
44-
import fooRoutes from './routes/foo';
44+
import fooRoutes from './router/foo';
4545

4646
Vue.use(Vuex);
4747
Vue.use(VueRouter);

0 commit comments

Comments
 (0)