Skip to content

Commit

Permalink
feat: add appLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
OwOxxx committed Mar 1, 2024
1 parent 56c5368 commit a7ad9d8
Show file tree
Hide file tree
Showing 5 changed files with 4,298 additions and 0 deletions.
1 change: 1 addition & 0 deletions ms-web/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
AppLoading: typeof import('./src/components/common/app-loading.vue')['default']
CountTo: typeof import('./src/components/custom/count-to.vue')['default']
CustomGauge: typeof import('./src/components/Echarts/gauge/CustomGauge.vue')['default']
DoughnutChart: typeof import('./src/components/Echarts/pie/DoughnutChart.vue')['default']
Expand Down
1 change: 1 addition & 0 deletions ms-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.5.0",
"crypto-js": "^4.2.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.12",
"mockjs": "^1.1.0",
Expand Down
Loading

0 comments on commit a7ad9d8

Please sign in to comment.