We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e13ae2c + a63f54c commit c0d6750Copy full SHA for c0d6750
generator/templates/nvw/src/router.js
@@ -1,5 +1,5 @@
1
---
2
-extend: '@vue/cli-service/generator/router/template/src/router.js'
+extend: '@vue/cli-service/generator/router.js'
3
replace:
4
- !!js/regexp /import Vue from 'vue'/
5
- !!js/regexp /import Router from 'vue-router'/
@@ -31,4 +31,4 @@ import Home from '~/views/Home.vue';
31
32
<%# REPLACE %>
33
});
34
-<%# END_REPLACE %>
+<%# END_REPLACE %>
generator/templates/simple/src/router.js
0 commit comments