We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43e6a8 commit 695b89aCopy full SHA for 695b89a
generator/index.js
@@ -1,10 +1,10 @@
1
module.exports = (api) => {
2
api.extendPackage({
3
dependencies: {
4
- 'vue-router-layout': '^0.1.2',
+ 'vue-router-layout': '^0.2.0',
5
},
6
devDependencies: {
7
- 'vue-auto-routing': '^0.6.0',
+ 'vue-auto-routing': '^1.0.0',
8
9
vue: {
10
pluginOptions: {
package.json
@@ -35,6 +35,6 @@
35
"prettier": "2.1.2"
36
37
"peerDependencies": {
38
- "vue-auto-routing": "0.x"
+ "vue-auto-routing": "^1.0.0"
39
}
40
0 commit comments