@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.
@@ -46110,6 +46110,7 @@ var es_array_unshift = __webpack_require__("3c65");
46110
46110
  }.call(this, row, data);
46111
46111
  let addButton = typeof col.addButton == 'function' ? col.addButton(row) : col.addButton;
46112
46112
  row.expandData.add = addButton ? this.createRow({
46113
+ data: {},
46113
46114
  expandLevel: row.expandData.level + 1,
46114
46115
  expandParent: row,
46115
46116
  expandHidden: !expand,