bk-magic-vue 2.5.9-beta.37 → 2.5.9-beta.38

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.
@@ -36330,7 +36330,7 @@
36330
36330
  },
36331
36331
  size: {
36332
36332
  type: String,
36333
- default: 'normal',
36333
+ default: 'small',
36334
36334
  validator: function validator(value) {
36335
36335
  if (['small', 'normal', 'large'].indexOf(value) < 0) {
36336
36336
  console.error("size property is not valid: '".concat(value, "'"));