t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
22 lines (21 loc) • 649 B
JavaScript
import { defineComponent as r, provide as t, openBlock as n, createElementBlock as s, normalizeStyle as a, unref as m, renderSlot as p, createCommentVNode as l } from "vue";
import { sizeChange as f } from "../../_utils/index3.js";
import { Props as c, BreadcrumbPropsKey as d } from "./index3.js";
const u = r({
name: "FBreadcrumb"
}), B = /* @__PURE__ */ r({
...u,
props: c,
setup(o) {
return t(d, o), (e, _) => e.$slots.default ? (n(), s("div", {
key: 0,
class: "f-breadcrumb",
style: a({ fontSize: m(f)(e.fontSize) })
}, [
p(e.$slots, "default")
], 4)) : l("", !0);
}
});
export {
B as default
};