maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
33 lines (32 loc) • 874 B
JavaScript
import { inject as c, defineComponent as s, openBlock as a, createElementBlock as l, normalizeClass as i, unref as _, renderSlot as m } from "vue";
import './assets/MazTableCell.BKBZEOQb.css';function u(t, o) {
const e = c(t, o);
if (!e)
throw new TypeError(`[maz-ui](injectStrict) Could not resolve ${t.toString()}`);
return e;
}
const f = "maz-table", p = (t, o) => {
const e = t.__vccOpts || t;
for (const [r, n] of o)
e[r] = n;
return e;
}, d = /* @__PURE__ */ s({
__name: "MazTableCell",
setup(t) {
const { size: o } = u(f);
return (e, r) => (a(), l(
"td",
{
class: i(["m-table-cell m-reset-css", [`--${_(o)}`]])
},
[
m(e.$slots, "default", {}, void 0, !0)
],
2
/* CLASS */
));
}
}), b = /* @__PURE__ */ p(d, [["__scopeId", "data-v-f338a7b0"]]);
export {
b as default
};