We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a6985c + 74765ee commit c8cee78Copy full SHA for c8cee78
generator/templates/simple/src/router.js
@@ -1,5 +1,5 @@
1
---
2
-extend: '@vue/cli-service/generator/template/src/router.js'
+extend: '@vue/cli-service/generator/router/template/src/router.js'
3
replace:
4
- !!js/regexp /import Vue from 'vue'/
5
generator/templates/simple/src/store.js
-extend: '@vue/cli-service/generator/template/src/store.js'
+extend: '@vue/cli-service/generator/vuex/template/src/store.js'
0 commit comments