林旭祥 1 неделя назад
Родитель
Сommit
90f41a3fde
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/types/components.d.ts

+ 1 - 0
src/types/components.d.ts

@@ -8,6 +8,7 @@ export {}
 declare module 'vue' {
   export interface GlobalComponents {
     ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
+    ElIcon: typeof import('element-plus/es')['ElIcon']
     ElOption: typeof import('element-plus/es')['ElOption']
     ElSelect: typeof import('element-plus/es')['ElSelect']
     FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']