Skip to content

Commit

Permalink
fix: update vue version range
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 15, 2021
1 parent de96ebc commit 86e9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.6.0 || >=3.0.0"
"vue": "^3.0.0 || ^2.6.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
Expand Down

0 comments on commit 86e9029

Please sign in to comment.