mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(element-plus-adapter): tag组件写成了tabs
This commit is contained in:
parent
0437171b7a
commit
b965e66440
@ -37,6 +37,7 @@ import {
|
|||||||
ElTableColumn,
|
ElTableColumn,
|
||||||
ElTabPane,
|
ElTabPane,
|
||||||
ElTabs,
|
ElTabs,
|
||||||
|
ElTag,
|
||||||
ElTimePicker,
|
ElTimePicker,
|
||||||
ElTooltip,
|
ElTooltip,
|
||||||
ElTree,
|
ElTree,
|
||||||
@ -228,7 +229,7 @@ const adapter: any = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
tag: {
|
tag: {
|
||||||
component: ElTabs,
|
component: ElTag,
|
||||||
props: (props: any) => props,
|
props: (props: any) => props,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user