2026-02-26 15:22:26 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
AAlert: typeof import('ant-design-vue/es')['Alert']
|
|
|
|
|
AAvatar: typeof import('ant-design-vue/es')['Avatar']
|
|
|
|
|
ABadge: typeof import('ant-design-vue/es')['Badge']
|
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
|
|
ACard: typeof import('ant-design-vue/es')['Card']
|
|
|
|
|
ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
|
|
|
|
|
ACol: typeof import('ant-design-vue/es')['Col']
|
|
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
|
|
|
|
AEmpty: typeof import('ant-design-vue/es')['Empty']
|
|
|
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
|
|
|
|
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
|
|
|
|
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
|
|
|
|
|
ALayout: typeof import('ant-design-vue/es')['Layout']
|
|
|
|
|
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
|
|
|
|
|
ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
|
|
|
|
|
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
|
|
|
|
|
AMenu: typeof import('ant-design-vue/es')['Menu']
|
|
|
|
|
AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
|
|
|
|
|
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
|
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal']
|
|
|
|
|
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
|
|
|
|
|
ARow: typeof import('ant-design-vue/es')['Row']
|
|
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space']
|
|
|
|
|
ATable: typeof import('ant-design-vue/es')['Table']
|
|
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag']
|
|
|
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
|
|
|
|
FilePreviewModal: typeof import('./components/FilePreviewModal.vue')['default']
|
2026-02-28 16:41:39 +08:00
|
|
|
FileUploader: typeof import('./components/course/FileUploader.vue')['default']
|
|
|
|
|
LessonConfigPanel: typeof import('./components/course/LessonConfigPanel.vue')['default']
|
|
|
|
|
LessonStepsEditor: typeof import('./components/course/LessonStepsEditor.vue')['default']
|
2026-02-26 15:22:26 +08:00
|
|
|
NotificationBell: typeof import('./components/NotificationBell.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2026-03-12 13:05:20 +08:00
|
|
|
Step1BasicInfo: typeof import('./components/course-edit/Step1BasicInfo.vue')['default']
|
|
|
|
|
Step2CourseIntro: typeof import('./components/course-edit/Step2CourseIntro.vue')['default']
|
|
|
|
|
Step3ScheduleRef: typeof import('./components/course-edit/Step3ScheduleRef.vue')['default']
|
|
|
|
|
Step4IntroLesson: typeof import('./components/course-edit/Step4IntroLesson.vue')['default']
|
|
|
|
|
Step5CollectiveLesson: typeof import('./components/course-edit/Step5CollectiveLesson.vue')['default']
|
|
|
|
|
Step6DomainLessons: typeof import('./components/course-edit/Step6DomainLessons.vue')['default']
|
|
|
|
|
Step7Environment: typeof import('./components/course-edit/Step7Environment.vue')['default']
|
2026-02-26 15:22:26 +08:00
|
|
|
}
|
|
|
|
|
}
|