更新依赖

This commit is contained in:
神仙都没用 2024-05-11 12:44:33 +08:00
parent f0e31aceb8
commit c3f0b7d0af
3 changed files with 3360 additions and 2905 deletions

View File

@ -32,7 +32,7 @@
"store": "^2.0.12",
"vue": "^3.4.15",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",
"vue-router": "^4.3.2",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,4 @@
<script lang="ts" setup>
import { ElConfigProvider } from "element-plus";
import zhCn from "element-plus/dist/locale/zh-cn.mjs";
import { useCool } from "/@/cool";
const { service } = useCool();
</script>