Jelajahi Sumber

fix: the expand column in the SchemaTable cannot be expanded

Casper Dai 3 tahun lalu
induk
melakukan
536419326f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
           }
         }
       })