update: 更新第三方库
This commit is contained in:
parent
1d904d4b69
commit
9455f19f9a
1231
package-lock.json
generated
1231
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -10,34 +10,34 @@
|
|||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "0.27.2",
|
||||
"axios": "1.2.1",
|
||||
"clipboard": "2.0.11",
|
||||
"driver.js": "0.9.8",
|
||||
"echarts": "5.3.3",
|
||||
"element-plus": "2.2.16",
|
||||
"echarts": "5.4.1",
|
||||
"element-plus": "2.2.26",
|
||||
"fuse.js": "6.6.2",
|
||||
"js-cookie": "3.0.1",
|
||||
"nprogress": "0.2.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pinia": "2.0.20",
|
||||
"sass": "1.54.5",
|
||||
"vue": "3.2.38",
|
||||
"vue-router": "4.1.5"
|
||||
"pinia": "2.0.28",
|
||||
"sass": "1.56.2",
|
||||
"vue": "3.2.45",
|
||||
"vue-router": "4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "3.1.0",
|
||||
"@vitejs/plugin-vue-jsx": "2.0.1",
|
||||
"body-parser": "1.20.0",
|
||||
"dotenv": "16.0.1",
|
||||
"eslint": "8.22.0",
|
||||
"eslint-plugin-vue": "9.4.0",
|
||||
"@vitejs/plugin-vue": "3.2.0",
|
||||
"@vitejs/plugin-vue-jsx": "2.1.1",
|
||||
"body-parser": "1.20.1",
|
||||
"dotenv": "16.0.3",
|
||||
"eslint": "8.29.0",
|
||||
"eslint-plugin-vue": "9.8.0",
|
||||
"mockjs": "1.1.0",
|
||||
"rollup-plugin-svg-sprites": "1.2.4",
|
||||
"unplugin-auto-import": "0.11.2",
|
||||
"rollup-plugin-svg-sprites": "1.2.5",
|
||||
"unplugin-auto-import": "0.12.1",
|
||||
"unplugin-element-plus": "0.4.1",
|
||||
"unplugin-vue-components": "0.22.4",
|
||||
"vite": "3.1.0",
|
||||
"unplugin-vue-components": "0.22.12",
|
||||
"vite": "3.2.5",
|
||||
"vite-plugin-mock": "2.9.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ export default defineComponent({
|
|||
},
|
||||
computed: {
|
||||
scrollWrapper() {
|
||||
return this.$refs.scrollContainer.$refs.wrap$;
|
||||
return this.$refs.scrollContainer.$refs.wrapRef;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user