maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
24 lines (23 loc) • 698 B
JavaScript
import { defineComponent as a, openBlock as o, createElementBlock as s, normalizeClass as r, unref as l, renderSlot as c } from "vue";
import { i as n } from "./inject-strict.DEDSuzCz.mjs";
import { m, _ } from "./MazTable.BtL5to1U.mjs";
import '../assets/MazTableCell.Bmbmz3CR.css';const i = /* @__PURE__ */ a({
__name: "MazTableCell",
setup(p) {
const { size: e } = n(m);
return (t, f) => (o(), s(
"td",
{
class: r(["m-table-cell m-reset-css", [`--${l(e)}`]])
},
[
c(t.$slots, "default", {}, void 0, !0)
],
2
/* CLASS */
));
}
}), z = /* @__PURE__ */ _(i, [["__scopeId", "data-v-f338a7b0"]]);
export {
z as default
};