tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
13 lines (12 loc) • 350 B
JavaScript
import { openBlock as t, createElementBlock as o, renderSlot as n } from "vue";
import r from "../../_virtual/index.js";
const s = { name: "TyhMain" }, a = { class: "tyh-main" };
function c(e, i, m, p, _, f) {
return t(), o("main", a, [
n(e.$slots, "default")
]);
}
const h = /* @__PURE__ */ r(s, [["render", c]]);
export {
h as default
};