refactor: 使用VueUse的useTransition函数替换vue-countup-v3组件

Former-commit-id: 5295b103fc91e2c205f1f16c286a2c83e8ad97dc
This commit is contained in:
haoxr
2023-03-01 21:58:11 +08:00
parent 2ca790bc3d
commit 1adc64fab6
2 changed files with 41 additions and 9 deletions

View File

@@ -16,7 +16,6 @@
"@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.10",
"axios": "^1.2.2",
"default-passive-events": "^2.0.0",
"echarts": "^5.2.2",
"element-plus": "^2.2.32",
"js-cookie": "^3.0.1",
@@ -27,7 +26,6 @@
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"vue": "^3.2.45",
"vue-countup-v3": "^1.1.0",
"vue-i18n": "^9.1.9",
"vue-router": "^4.1.6"
},