chore: 优化部分代码

This commit is contained in:
2024-09-06 20:43:31 +08:00
parent 948158f1fa
commit cb03111c22
6 changed files with 11 additions and 24 deletions

View File

@@ -8,13 +8,6 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
CrontabDay: typeof import('./../components/CornTab/CrontabDay.vue')['default']
CrontabField: typeof import('./../components/CornTab/CrontabField.vue')['default']
CrontabGenerator: typeof import('./../components/CornTab/CrontabGenerator.vue')['default']
CrontabModel: typeof import('./../components/CornTab/CrontabModel.vue')['default']
CrontabMonth: typeof import('./../components/CornTab/CrontabMonth.vue')['default']
CrontabWeek: typeof import('./../components/CornTab/CrontabWeek.vue')['default']
CrontabYear: typeof import('./../components/CornTab/CrontabYear.vue')['default']
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
GiCellAvatar: typeof import('./../components/GiCell/GiCellAvatar.vue')['default']
GiCellGender: typeof import('./../components/GiCell/GiCellGender.vue')['default']