Skip to content

Commit

Permalink
feat: support vue 2.7 and vue-router 3.6 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 18, 2022
1 parent 2c930d0 commit 3472843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-i18n-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"vue": "^2.6.14 || ^3.2.0",
"vue": "^2.6.14 || ^2.7.0 || ^3.2.0",
"vue-i18n": "^8.26.1 || ^9.2.0 || ^9.3.0-beta.3",
"vue-i18n-bridge": "^9.2.0 || ^9.3.0-beta.3",
"vue-router": "^3.5.3 || ^4.0.0"
"vue-router": "^3.5.3 || ^3.6.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
Expand Down

0 comments on commit 3472843

Please sign in to comment.