Skip to content

Commit

Permalink
更新components.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 19, 2023
1 parent 88fbd31 commit 0efbf17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
Basementsetting: typeof import('./src/components/Basementsetting.vue')['default']
BasementSettings: typeof import('./src/components/BasementSettings.vue')['default']
Clue: typeof import('./src/components/Clue.vue')['default']
Email: typeof import('./src/components/Email.vue')['default']
Expand All @@ -18,14 +17,14 @@ declare module '@vue/runtime-core' {
Maahugmission: typeof import('./src/components/Maahugmission.vue')['default']
MaaRogue: typeof import('./src/components/MaaRogue.vue')['default']
MaaWeekly: typeof import('./src/components/MaaWeekly.vue')['default']
Mowersetting: typeof import('./src/components/Mowersetting.vue')['default']
MowerSettings: typeof import('./src/components/MowerSettings.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDivider: typeof import('naive-ui')['NDivider']
NDynamicInput: typeof import('naive-ui')['NDynamicInput']
NGlobalStyle: typeof import('naive-ui')['NGlobalStyle']
NH4: typeof import('naive-ui')['NH4']
NIcon: typeof import('naive-ui')['NIcon']
Expand Down

0 comments on commit 0efbf17

Please sign in to comment.