From 83316427e8a26f64b6ff31cc314ce075cc1f8e47 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 06 十一月 2023 17:50:33 +0800 Subject: [PATCH] feat: 删除测试代码 --- src/components.d.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 5374a8f..a257981 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -24,7 +24,11 @@ ElSteps: typeof import('element-plus/es')['ElSteps'] ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] + ElText: typeof import('element-plus/es')['ElText'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } + export interface ComponentCustomProperties { + vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll'] + } } -- Gitblit v1.8.0