bk-magic-vue 2.4.12-beta.1 → 2.4.12-beta.2

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.
@@ -41888,6 +41888,7 @@
41888
41888
  fit: this.fit,
41889
41889
  showHeader: this.showHeader
41890
41890
  });
41891
+ this.pagination.showTotalCount = !!this.showPaginationInfo;
41891
41892
  return {
41892
41893
  layout: layout,
41893
41894
  store: store,
@@ -42538,7 +42539,6 @@
42538
42539
  attrs: {
42539
42540
  "size": "small",
42540
42541
  "align": "right",
42541
- "show-total-count": _vm.showPaginationInfo,
42542
42542
  "show-selection-count": _vm.showSelectionCount,
42543
42543
  "selection-count": _vm.store.states.selection.length,
42544
42544
  "popover-options": _vm.popoverOptions