bk-magic-vue 2.3.2-beta.6 → 2.3.2-beta.7

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.
@@ -27659,7 +27659,7 @@
27659
27659
  if (!el._tippy) {
27660
27660
  el.tippyInstance = createTippy$1(el, binding);
27661
27661
  } else {
27662
- if (_typeof(value) === 'object' && binding.value.allowHtml) {
27662
+ if (_typeof(value) === 'object' && (binding.value.allowHtml || binding.value.allowHTML)) {
27663
27663
  el.tippyInstance = createTippy$1(el, binding);
27664
27664
  } else {
27665
27665
  el._tippy.setContent(content);