@deanwu/vue-component-library 1.3.52 → 1.3.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46101,6 +46101,7 @@ var es_array_unshift = __webpack_require__("3c65");
46101
46101
  }.call(this, row, data);
46102
46102
  let addButton = typeof col.addButton == 'function' ? col.addButton(row) : col.addButton;
46103
46103
  row.expandData.add = addButton ? this.createRow({
46104
+ data: {},
46104
46105
  expandLevel: row.expandData.level + 1,
46105
46106
  expandParent: row,
46106
46107
  expandHidden: !expand,