From 1f1ab8056d7693772f5f64362e688403ee176513 Mon Sep 17 00:00:00 2001 From: DIAMOND <276397553@qq.com> Date: Thu, 15 Dec 2022 11:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index cdba4c9..ee82309 100644 --- a/components.d.ts +++ b/components.d.ts @@ -10,7 +10,6 @@ declare module '@vue/runtime-core' { ADropdown: typeof import('ant-design-vue/es')['Dropdown'] AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] - ARow: typeof import('ant-design-vue/es')['Row'] ATree: typeof import('ant-design-vue/es')['Tree'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView']