ucc-ui
Version:
ucc-ui components library
30 lines (29 loc) • 846 B
JavaScript
import { defineComponent as l, openBlock as e, createElementBlock as n, createElementVNode as t } from "vue";
import { u as o } from "./hooks-Dj9Dthmd.js";
import "./utils-BzE2Aob-.js";
import "./ConfigProvider-C-6nRyrn.js";
const u = /* @__PURE__ */ t("thead", null, [
/* @__PURE__ */ t("tr", null, [
/* @__PURE__ */ t("th", null, "序号"),
/* @__PURE__ */ t("th", null, "姓名"),
/* @__PURE__ */ t("th", null, "年龄")
])
], -1), r = /* @__PURE__ */ t("tbody", null, [
/* @__PURE__ */ t("tr", null, [
/* @__PURE__ */ t("td", null, "1"),
/* @__PURE__ */ t("td", null, "张三"),
/* @__PURE__ */ t("td", null, "20")
])
], -1), _ = [
u,
r
], h = /* @__PURE__ */ l({
name: "UTable",
__name: "Table",
setup(a) {
return o("u-table"), (s, c) => (e(), n("table", null, _));
}
});
export {
h as _
};