@wwtdev/bsds-components-vue3 2.9.2 → 2.9.3
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/lib/bsds-components.js +1 -1
- package/package.json +1 -1
package/lib/bsds-components.js
CHANGED
|
@@ -4367,7 +4367,7 @@ const ln = {
|
|
|
4367
4367
|
setup(e, { emit: a }) {
|
|
4368
4368
|
const t = e, l = a, { transition: n } = Ee(t);
|
|
4369
4369
|
return j(n, (o) => {
|
|
4370
|
-
o ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
|
|
4370
|
+
o ? document == null || document.body.setAttribute("data-scroll", "false") : document == null || document.body.removeAttribute("data-scroll");
|
|
4371
4371
|
}, { immediate: !0 }), (o, s) => (u(), O(De, {
|
|
4372
4372
|
name: "bs-overlay",
|
|
4373
4373
|
shown: c(n),
|