tx-sider 2.3.7 → 2.3.9
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/TXUI.mjs +1 -1
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -21032,7 +21032,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
21032
21032
|
return openBlock(), createBlock(_component_a_modal, {
|
|
21033
21033
|
wrapClassName: [
|
|
21034
21034
|
__props.removePadding ? "" : "not-padding",
|
|
21035
|
-
__props.isScroll ? "module-class
|
|
21035
|
+
__props.isScroll ? "module-class modal-components scroll-npm-class" : "module-class modal-components npm-class"
|
|
21036
21036
|
],
|
|
21037
21037
|
visible: unref(inputV),
|
|
21038
21038
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => isRef(inputV) ? inputV.value = $event : null),
|