tx-sider 2.2.23 → 2.2.24
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
|
@@ -21028,7 +21028,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
21028
21028
|
return openBlock(), createBlock(_component_a_modal, {
|
|
21029
21029
|
wrapClassName: [
|
|
21030
21030
|
__props.removePadding ? "" : "not-padding",
|
|
21031
|
-
"module-class modal-components"
|
|
21031
|
+
"module-class modal-components npm-class"
|
|
21032
21032
|
],
|
|
21033
21033
|
visible: unref(inputV),
|
|
21034
21034
|
"onUpdate:visible": _cache[0] || (_cache[0] = ($event) => isRef(inputV) ? inputV.value = $event : null),
|