Procházet zdrojové kódy

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

芋道源码 před 2 roky
rodič
revize
d6f2eafbde
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
 ]