From b965e66440687de235e267c745c10ba9b5d6b32e Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 14 Oct 2022 20:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(element-plus-adapter):=20tag=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=86=99=E6=88=90=E4=BA=86tabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/element-plus-adapter/src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/element-plus-adapter/src/index.ts b/packages/element-plus-adapter/src/index.ts index 7c21ed36..b73a4916 100644 --- a/packages/element-plus-adapter/src/index.ts +++ b/packages/element-plus-adapter/src/index.ts @@ -37,6 +37,7 @@ import { ElTableColumn, ElTabPane, ElTabs, + ElTag, ElTimePicker, ElTooltip, ElTree, @@ -228,7 +229,7 @@ const adapter: any = { }, tag: { - component: ElTabs, + component: ElTag, props: (props: any) => props, },