bk-magic-vue 2.5.8-beta.4 → 2.5.8-beta.5

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.
@@ -31886,7 +31886,8 @@
31886
31886
  }, [_vm.selectedStyle === 'checkbox' && _vm.select.multiple ? [_c('bk-checkbox', {
31887
31887
  staticClass: "bk-option-checkbox",
31888
31888
  attrs: {
31889
- "value": _vm.isSelected
31889
+ "value": _vm.isSelected,
31890
+ "disabled": _vm.disabled
31890
31891
  }
31891
31892
  }, [_vm._v(_vm._s(_vm.name))])] : [_vm.select.multiple && _vm.isSelected ? _c('i', {
31892
31893
  staticClass: "bk-option-icon bk-icon icon-check-1"