fix(@vant/use): add vue as peer dependencies (#11662)

This commit is contained in:
neverland 2023-03-12 14:42:30 +08:00 committed by GitHub
parent 4428e4770a
commit 773a413fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@
"typescript": "^4.8.2",
"vue": "^3.2.45"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"release-it": {
"git": {
"tag": false,