Skip to content

Commit 898d722

Browse files
authored
Update template path for router.js
1 parent e13ae2c commit 898d722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: generator/templates/nvw/src/router.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
extend: '@vue/cli-service/generator/router/template/src/router.js'
2+
extend: '@vue/cli-service/generator/router.js'
33
replace:
44
- !!js/regexp /import Vue from 'vue'/
55
- !!js/regexp /import Router from 'vue-router'/
@@ -31,4 +31,4 @@ import Home from '~/views/Home.vue';
3131

3232
<%# REPLACE %>
3333
});
34-
<%# END_REPLACE %>
34+
<%# END_REPLACE %>

0 commit comments

Comments
 (0)