@maxax/ui 1.1.79 → 1.1.80
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/index.mjs
CHANGED
|
@@ -15235,6 +15235,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
15235
15235
|
return openBlock(), createElementBlock("div", {
|
|
15236
15236
|
class: normalizeClass(unref(getWrapperClass))
|
|
15237
15237
|
}, [
|
|
15238
|
+
renderSlot(_ctx.$slots, "prefix"),
|
|
15238
15239
|
createVNode(unref(NForm), mergeProps({
|
|
15239
15240
|
ref_key: "formElRef",
|
|
15240
15241
|
ref: formElRef
|
|
@@ -15283,7 +15284,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
15283
15284
|
}, 16)
|
|
15284
15285
|
]),
|
|
15285
15286
|
_: 3
|
|
15286
|
-
}, 16, ["class", "model"])
|
|
15287
|
+
}, 16, ["class", "model"]),
|
|
15288
|
+
renderSlot(_ctx.$slots, "suffix")
|
|
15287
15289
|
], 2);
|
|
15288
15290
|
};
|
|
15289
15291
|
}
|