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.
- package/dist/bk-magic-vue.js +1 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/directives/tooltips.js +1 -1
- package/lib/form-item.js +1 -1
- package/lib/slider.js +1 -1
- package/lib/tag-input.js +1 -1
- package/package.json +1 -1
package/dist/bk-magic-vue.js
CHANGED
|
@@ -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);
|