From d54ef2a3463e0129909741bf7fb0ac355bebe54d Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 04 六月 2024 10:16:37 +0800 Subject: [PATCH] feat:课表考试信息 --- components.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/components.d.ts b/components.d.ts index d14fc28..7a35975 100644 --- a/components.d.ts +++ b/components.d.ts @@ -13,6 +13,8 @@ ElCol: typeof import('element-plus/es')['ElCol'] ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] + ElTable: typeof import('element-plus/es')['ElTable'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] Header: typeof import('./src/components/Header/index.vue')['default'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] -- Gitblit v1.8.0