bkui-vue 0.0.1-beta.136 → 0.0.1-beta.137
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/index.cjs.js +12 -12
- package/dist/index.esm.js +2 -0
- package/dist/index.umd.js +13 -13
- package/lib/directives/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -11028,6 +11028,8 @@ function show(el) {
|
|
11028
11028
|
nodeList.get(el).popperInstance = popperInstance;
|
11029
11029
|
}
|
11030
11030
|
function hide$1(el) {
|
11031
|
+
if (!nodeList.get(el))
|
11032
|
+
return;
|
11031
11033
|
const { popper: popper2, popperInstance, opts: { onHide } } = nodeList.get(el);
|
11032
11034
|
if (popper2 && document.body.contains(popper2)) {
|
11033
11035
|
popper2.removeAttribute("data-show");
|