chore(Tab): using Vue built-in stringifyStyle (#11914)

* chore(Tab): using Vue built-in stringifyStyle

* fix(Tab): failed to normalize style
This commit is contained in:
neverland
2023-05-28 10:31:34 +08:00
committed by GitHub
parent 53a108ec7e
commit b2d49a35d9
4 changed files with 28 additions and 24 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
],
"dependencies": {
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.5.1"
"@vant/use": "^1.5.1",
"@vue/shared": "^3.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"