fix: 修复无缝滚动组件问题

This commit is contained in:
xiaoxian521
2021-06-15 14:48:05 +08:00
parent 515be309b8
commit 808240f91b
3 changed files with 149 additions and 133 deletions

View File

@@ -25,7 +25,7 @@
"dayjs": "^1.10.5",
"dotenv": "^8.2.0",
"echarts": "^5.1.1",
"element-plus": "^1.0.2-beta.46",
"element-plus": "^1.0.2-beta.48",
"font-awesome": "^4.7.0",
"lodash-es": "^4.17.21",
"mitt": "^2.1.0",
@@ -36,7 +36,7 @@
"pinia": "^2.0.0-alpha.19",
"resize-observer-polyfill": "^1.5.1",
"v-contextmenu": "^3.0.0",
"vue": "^3.0.11",
"vue": "^3.1.1",
"vue-i18n": "^9.1.6",
"vue-json-pretty": "^2.0.2",
"vue-router": "^4.0.8",
@@ -52,9 +52,9 @@
"@types/mockjs": "^1.0.3",
"@types/node": "^14.14.14",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue": "^1.2.3",
"@vitejs/plugin-vue-jsx": "^1.1.3",
"@vue/compiler-sfc": "^3.0.11",
"@vue/compiler-sfc": "^3.1.1",
"autoprefixer": "^10.2.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "^2.4.2",