@wwtdev/bsds-components-vue3 2.3.0 → 2.3.1
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
|
@@ -3155,7 +3155,7 @@ const ga = {
|
|
|
3155
3155
|
emits: ["after-enter", "after-leave"],
|
|
3156
3156
|
setup(e, { emit: a }) {
|
|
3157
3157
|
const t = e, n = a, { transition: l } = ue(t);
|
|
3158
|
-
return
|
|
3158
|
+
return z(l, (r) => {
|
|
3159
3159
|
r ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
|
|
3160
3160
|
}), (r, s) => (d(), V(p(Ie), {
|
|
3161
3161
|
shown: p(l),
|