bk-magic-vue 2.4.12-beta.3 → 2.4.12-beta.4

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.
@@ -41833,7 +41833,9 @@
41833
41833
  },
41834
41834
  pagination: {
41835
41835
  type: Object,
41836
- default: {}
41836
+ default: function _default() {
41837
+ return {};
41838
+ }
41837
41839
  },
41838
41840
  showPaginationInfo: {
41839
41841
  type: Boolean,