瀏覽代碼

!56 动态表单选择select出错bug
Merge pull request !56 from 周建/master

芋道源码 2 年之前
父節點
當前提交
d6f2eafbde
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/plugins/formCreate/index.ts

+ 4 - 0
src/plugins/formCreate/index.ts

@@ -10,6 +10,8 @@ import {
   ElTransfer,
   ElAlert,
   ElTabs,
+  ElTable,
+  ElTableColumn,
   ElTabPane
 } from 'element-plus'
 
@@ -27,6 +29,8 @@ const components = [
   ElTransfer,
   ElAlert,
   ElTabs,
+  ElTable,
+  ElTableColumn,
   ElTabPane
 ]