Преглед на файлове

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)
           }
         }
       })