@maxtropy/v-components 0.1.14-beta.21 → 0.1.14-beta.22
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.
|
@@ -26307,6 +26307,9 @@ const F5 = {
|
|
|
26307
26307
|
class: ["mx-dialog", r.value],
|
|
26308
26308
|
width: o.value
|
|
26309
26309
|
}), {
|
|
26310
|
+
header: z(() => [
|
|
26311
|
+
te(a.$slots, "header")
|
|
26312
|
+
]),
|
|
26310
26313
|
footer: z(() => [
|
|
26311
26314
|
te(a.$slots, "footer"),
|
|
26312
26315
|
a.$slots.footer ? J("", !0) : (w(), D("div", F5, [
|