From 84de77dd302ecbcf92884d5acd508870df3f4355 Mon Sep 17 00:00:00 2001 From: ZiuChen Date: Fri, 5 Jan 2024 23:01:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=87=AA=E5=8A=A8=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index 4c19c25..3ef4cab 100644 --- a/components.d.ts +++ b/components.d.ts @@ -26,7 +26,6 @@ declare module '@vue/runtime-core' { ARadioGroup: typeof import('@arco-design/web-vue')['RadioGroup'] ARow: typeof import('@arco-design/web-vue')['Row'] ASelect: typeof import('@arco-design/web-vue')['Select'] - ASelectOption: typeof import('@arco-design/web-vue')['SelectOption'] ASplit: typeof import('@arco-design/web-vue')['Split'] ATextarea: typeof import('@arco-design/web-vue')['Textarea'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] @@ -37,6 +36,5 @@ declare module '@vue/runtime-core' { RouterView: typeof import('vue-router')['RouterView'] SettingContent: typeof import('./src/components/SettingContent.vue')['default'] ShortCut: typeof import('./src/components/ShortCut.vue')['default'] - ThemeSetting: typeof import('./src/components/ThemeSetting.vue')['default'] } }