Skip to content

Commit 695b89a

Browse files
committed
feat: support vue 3
1 parent a43e6a8 commit 695b89a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = (api) => {
22
api.extendPackage({
33
dependencies: {
4-
'vue-router-layout': '^0.1.2',
4+
'vue-router-layout': '^0.2.0',
55
},
66
devDependencies: {
7-
'vue-auto-routing': '^0.6.0',
7+
'vue-auto-routing': '^1.0.0',
88
},
99
vue: {
1010
pluginOptions: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"prettier": "2.1.2"
3636
},
3737
"peerDependencies": {
38-
"vue-auto-routing": "0.x"
38+
"vue-auto-routing": "^1.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)