Explorar el Código

fix: the expand column in the SchemaTable cannot be expanded

Casper Dai hace 3 años
padre
commit
536419326f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
           }
         }
       })