From 141fad05a7befc250c3447c3fde032ecbb3e70aa Mon Sep 17 00:00:00 2001 From: wmn <1525968046@qq.com> Date: Sat, 14 May 2022 23:50:52 +0800 Subject: [PATCH] =?UTF-8?q?components.d.ts=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components.d.ts b/src/components.d.ts index f97efdd..ebd239e 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -17,7 +17,6 @@ declare module '@vue/runtime-core' { ASelect: typeof import('@arco-design/web-vue')['Select'] ASubMenu: typeof import('@arco-design/web-vue')['SubMenu'] ATable: typeof import('@arco-design/web-vue')['Table'] - ATableColumn: typeof import('@arco-design/web-vue')['TableColumn'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] Footer: typeof import('./components/footer/index.vue')['default'] Header: typeof import('./components/Header/index.vue')['default']