sd-component-library
Version:
A Vue3 + Element Plus components library
21 lines (20 loc) • 606 B
JavaScript
import { defineComponent as o, createElementBlock as n, openBlock as r, createElementVNode as s, renderSlot as a, toDisplayString as l } from "vue";
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const i = { class: "sub-nav" }, c = /* @__PURE__ */ o({
__name: "index",
props: {
title: {
type: String,
default: ""
}
},
setup(e) {
return (t, p) => (r(), n("div", i, [
s("span", null, l(e.title), 1),
a(t.$slots, "default", {}, void 0, !0)
]));
}
}), m = /* @__PURE__ */ d(c, [["__scopeId", "data-v-2f01d22f"]]);
export {
m as default
};