소스 검색

update components.d.ts

Michael Wang 3 년 전
부모
커밋
13238e16f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components.d.ts

+ 1 - 1
components.d.ts

@@ -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']