From 9c2f3f30bbd8abcccc4f256183ed7794da7fcda2 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期四, 31 十二月 2020 21:24:47 +0800
Subject: [PATCH] refactor(table): refactor table #150 #148 #146 #130 #76

---
 src/components/Table/src/types/componentType.ts |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/components/Table/src/types/componentType.ts b/src/components/Table/src/types/componentType.ts
index 03f3ade..d56672a 100644
--- a/src/components/Table/src/types/componentType.ts
+++ b/src/components/Table/src/types/componentType.ts
@@ -1,8 +1,7 @@
 export type ComponentType =
   | 'Input'
-  | 'InputPassword'
   | 'InputNumber'
   | 'Select'
+  | 'ApiSelect'
   | 'Checkbox'
-  | 'CheckboxGroup'
   | 'Switch';

--
Gitblit v1.8.0