tk-eui-plus
Version:
32 lines (31 loc) • 639 B
JavaScript
import { resolveComponent as c, openBlock as l, createBlock as s, normalizeProps as a, guardReactiveProps as _, withCtx as p, renderSlot as f } from "vue";
const d = (o, e) => {
const t = o.__vccOpts || o;
for (const [n, r] of e)
t[n] = r;
return t;
}, i = {};
function m(o, e) {
const t = c("el-col");
return l(), s(
t,
a(_(o.$attrs)),
{
default: p(() => [
f(o.$slots, "default")
]),
_: 3
/* FORWARDED */
},
16
/* FULL_PROPS */
);
}
const u = /* @__PURE__ */ d(i, [["render", m]]), v = {
install(o) {
o.component("tkCol", u);
}
};
export {
v as default
};