bk-magic-vue 2.4.15-beta.7 → 2.4.15-beta.8
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/cascade.js +1 -1
- package/lib/directives/overflow-tips.js +1 -1
- package/lib/directives/tooltips.js +1 -1
- package/lib/form-item.js +1 -1
- package/lib/pagination.js +1 -1
- package/lib/popconfirm.js +1 -1
- package/lib/popover.js +1 -1
- package/lib/search-select.js +1 -1
- package/lib/select.js +1 -1
- package/lib/slider.js +1 -1
- package/lib/table.js +1 -1
- package/lib/tag-input.js +1 -1
- package/lib/transfer.js +1 -1
- package/lib/upload.js +1 -1
- package/lib/utils/tippy.js +1 -1
- package/lib/version-detail.js +1 -1
- package/package.json +1 -1
package/dist/bk-magic-vue.js
CHANGED
|
@@ -27093,7 +27093,7 @@
|
|
|
27093
27093
|
var isIOS = isBrowser$2 && /iPhone|iPad|iPod/.test(navigator.platform) && !window.MSStream;
|
|
27094
27094
|
var defaultProps = {
|
|
27095
27095
|
a11y: true,
|
|
27096
|
-
allowHTML:
|
|
27096
|
+
allowHTML: false,
|
|
27097
27097
|
animateFill: true,
|
|
27098
27098
|
animation: 'shift-away',
|
|
27099
27099
|
appendTo: function appendTo() {
|