Преглед изворни кода

fix: the expand column in the SchemaTable cannot be expanded

Casper Dai пре 3 година
родитељ
комит
536419326f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/table/Table/Column.vue

+ 1 - 1
src/components/table/Table/Column.vue

@@ -45,7 +45,7 @@ export default {
         },
         scopedSlots: {
           default ({ store, row }) {
-            return render(store.$createElement, row)
+            return render(row, store.$createElement)
           }
         }
       })