Skip to content

Commit 641e508

Browse files
authored
chore: add unstable vue version to peer deps (#91)
This should allow using the beta versions of Vue without issuing a warning
1 parent d3f6fac commit 641e508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"@vue/composition-api": "^1.0.0-rc.1",
40-
"vue": "^3.0.0 || ^2.6.0"
40+
"vue": "^3.0.0-0 || ^2.6.0"
4141
},
4242
"peerDependenciesMeta": {
4343
"@vue/composition-api": {

0 commit comments

Comments
 (0)