1
0
mirror of synced 2025-12-08 01:57:56 +08:00

fix(element-plus-adapter): tag组件写成了tabs

This commit is contained in:
roymondchen
2022-10-14 20:02:12 +08:00
committed by jia000
parent 0437171b7a
commit b965e66440

View File

@@ -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,
},