cleek 2.1.10 → 2.1.11
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/cleek.es.js +2 -0
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -12644,7 +12644,9 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
12644
12644
|
console.log("onBgClick");
|
|
12645
12645
|
if (props.notCloseByBg)
|
|
12646
12646
|
return;
|
|
12647
|
+
console.log("isActive.value", isActive.value);
|
|
12647
12648
|
isActive.value = false;
|
|
12649
|
+
console.log("isActive.value", isActive.value);
|
|
12648
12650
|
}
|
|
12649
12651
|
return (_ctx, _cache) => {
|
|
12650
12652
|
return unref$1(isActive) ? (openBlock(), createElementBlock("div", _hoisted_1$c, [
|