keli-ui 0.2.5 → 0.2.7
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/keli-ui.js
CHANGED
|
@@ -38711,12 +38711,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
38711
38711
|
const attrs = useAttrs();
|
|
38712
38712
|
const forwardedAttrs = attrs;
|
|
38713
38713
|
return (_ctx, _cache) => {
|
|
38714
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))),
|
|
38715
|
-
default: withCtx(() => [
|
|
38716
|
-
renderSlot(_ctx.$slots, "default")
|
|
38717
|
-
]),
|
|
38718
|
-
_: 3
|
|
38719
|
-
}, 16);
|
|
38714
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), null, 16);
|
|
38720
38715
|
};
|
|
38721
38716
|
}
|
|
38722
38717
|
});
|