UNPKG

tk-eui-plus

Version:

36 lines (35 loc) 779 B
import { defineComponent as n, resolveComponent as s, openBlock as d, createBlock as l, mergeProps as p, withCtx as t, renderSlot as r } from "vue"; const c = /* @__PURE__ */ n({ __name: "index", props: { shadow: { type: String, default: "always" } }, setup(o) { return (e, f) => { const a = s("el-card"); return d(), l(a, p(e.$attrs, { shadow: o.shadow }), { header: t(() => [ r(e.$slots, "header") ]), footer: t(() => [ r(e.$slots, "footer") ]), default: t(() => [ r(e.$slots, "default") ]), _: 3 /* FORWARDED */ }, 16, ["shadow"]); }; } }), h = { install(o) { o.component("tkCard", c); } }; export { h as default };