Skip to content

Commit

Permalink
feat: support vue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Jan 6, 2021
1 parent a43e6a8 commit 695b89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generator/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = (api) => {
api.extendPackage({
dependencies: {
'vue-router-layout': '^0.1.2',
'vue-router-layout': '^0.2.0',
},
devDependencies: {
'vue-auto-routing': '^0.6.0',
'vue-auto-routing': '^1.0.0',
},
vue: {
pluginOptions: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"prettier": "2.1.2"
},
"peerDependencies": {
"vue-auto-routing": "0.x"
"vue-auto-routing": "^1.0.0"
}
}

0 comments on commit 695b89a

Please sign in to comment.