mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
Compare commits
1 Commits
c52c4bf6c8
...
96cfff8227
Author | SHA1 | Date | |
---|---|---|---|
|
96cfff8227 |
@ -32,7 +32,7 @@
|
|||||||
"store": "^2.0.12",
|
"store": "^2.0.12",
|
||||||
"vue": "^3.4.15",
|
"vue": "^3.4.15",
|
||||||
"vue-echarts": "^6.6.1",
|
"vue-echarts": "^6.6.1",
|
||||||
"vue-router": "^4.3.2",
|
"vue-router": "^4.2.5",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
"xlsx": "^0.18.5"
|
"xlsx": "^0.18.5"
|
||||||
},
|
},
|
||||||
|
6260
pnpm-lock.yaml
6260
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -7,4 +7,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ElConfigProvider } from "element-plus";
|
import { ElConfigProvider } from "element-plus";
|
||||||
import zhCn from "element-plus/dist/locale/zh-cn.mjs";
|
import zhCn from "element-plus/dist/locale/zh-cn.mjs";
|
||||||
|
import { useCool } from "/@/cool";
|
||||||
|
|
||||||
|
const { service } = useCool();
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user