fix(components): 修复Tab在移动端设备无法点击的问题

This commit is contained in:
Soybean
2022-02-07 15:46:35 +08:00
parent e93b94cb24
commit 2c9660fdbf
5 changed files with 30 additions and 10 deletions

View File

@ -39,6 +39,7 @@
"print-js": "^1.6.0",
"qs": "^6.10.3",
"swiper": "^8.0.3",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.11",
"vue": "^3.2.29",
"vue-router": "^4.0.12",
@ -55,6 +56,7 @@
"@types/crypto-js": "^4.1.0",
"@types/node": "^17.0.15",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-vue": "^2.1.0",