feat(countUp): 第一版,实现基础功能

This commit is contained in:
sight
2021-12-27 14:37:45 +08:00
parent 941a71838a
commit 6ffc8b67c5
8 changed files with 228 additions and 2 deletions

View File

@@ -35,9 +35,10 @@
"@layui/icons-vue": "^1.0.2",
"@layui/layer-vue": "^1.2.2",
"async-validator": "^4.0.7",
"vue-router": "^4.0.12",
"countup.js": "^2.0.8",
"evtd": "^0.2.3",
"vue": "^3.2.26"
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@babel/core": "^7.15.8",