vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
27 lines (26 loc) • 604 B
JavaScript
import { defineComponent as m, createVNode as n } from "vue";
import { useProps as i, useNameHelper as a } from "@vexip-ui/config";
import { olProps as f } from "./props.mjs";
const d = /* @__PURE__ */ m({
name: "OL",
props: f,
emits: [],
setup(t, {
slots: e
}) {
const o = i("ol", t, {
type: "1"
}), r = a("ol");
return () => {
var p;
return n("ol", {
class: [r.b(), o.inherit && r.bm("inherit")],
type: o.type
}, [(p = e.default) == null ? void 0 : p.call(e)]);
};
}
});
export {
d as default
};
//# sourceMappingURL=ol.mjs.map