bk-magic-vue 2.5.10-beta.8 → 2.5.10-beta.9

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.
@@ -35649,7 +35649,7 @@
35649
35649
  if (['en-US', 'en-us', 'en', 'us'].indexOf(1) > -1) {
35650
35650
  return 'en';
35651
35651
  }
35652
- return 'en';
35652
+ return 'cn';
35653
35653
  },
35654
35654
  total: function total() {
35655
35655
  return Math.ceil(this.count / this.realityLimit);