@dolanske/vui 1.5.10 → 1.5.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/vui.js +1 -1
- package/package.json +1 -1
package/dist/vui.js
CHANGED
|
@@ -9676,7 +9676,7 @@ const fy = /* @__PURE__ */ ie({
|
|
|
9676
9676
|
margin: { default: "0" }
|
|
9677
9677
|
},
|
|
9678
9678
|
setup(e) {
|
|
9679
|
-
const t = O(() => Et(e.size)), a = O(() => e.vertical ?
|
|
9679
|
+
const t = O(() => Et(e.size)), a = O(() => e.vertical ? "inherit" : "100%"), n = O(() => Et(e.margin));
|
|
9680
9680
|
return (r, l) => (y(), D("div", {
|
|
9681
9681
|
class: ye(["vui-divider", { vertical: r.vertical }]),
|
|
9682
9682
|
style: Ve({
|