Skip to content

Commit 6c12505

Browse files
committed
动态表单选择select出错bug
1 parent 23b23f9 commit 6c12505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugins/formCreate/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import {
1010
ElTransfer,
1111
ElAlert,
1212
ElTabs,
13+
ElTable,
14+
ElTableColumn,
1315
ElTabPane
1416
} from 'element-plus'
1517

@@ -27,6 +29,8 @@ const components = [
2729
ElTransfer,
2830
ElAlert,
2931
ElTabs,
32+
ElTable,
33+
ElTableColumn,
3034
ElTabPane
3135
]
3236

0 commit comments

Comments
 (0)