|
@@ -4,7 +4,6 @@
|
|
|
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
- 404: typeof import('./src/components/404.vue')['default']
|
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
ACollapse: typeof import('ant-design-vue/es')['Collapse']
|
|
|
ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
|
|
@@ -36,6 +35,7 @@ declare module 'vue' {
|
|
|
CourseTypeSelect: typeof import('./src/components/CourseTypeSelect.vue')['default']
|
|
|
ExplainModal: typeof import('./src/components/ExplainModal.vue')['default']
|
|
|
Layout: typeof import('./src/components/Layout.vue')['default']
|
|
|
+ PageError404: typeof import('./src/components/PageError404.vue')['default']
|
|
|
PaperTypeSelect: typeof import('./src/components/PaperTypeSelect.vue')['default']
|
|
|
ProjectCourseSelect: typeof import('./src/components/ProjectCourseSelect.vue')['default']
|
|
|
ProjectSelect: typeof import('./src/components/ProjectSelect.vue')['default']
|