mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-12-13 14:57:11 +08:00
chore: 优化部分代码
This commit is contained in:
7
src/types/components.d.ts
vendored
7
src/types/components.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user