tk-eui-plus
Version:
36 lines (35 loc) • 724 B
JavaScript
import { defineComponent as r, resolveComponent as t, openBlock as p, createBlock as c, normalizeProps as s, guardReactiveProps as i, withCtx as m, renderSlot as a } from "vue";
const l = /* @__PURE__ */ r({
__name: "index",
props: {
width: {
type: Number,
default: 120
}
},
setup(e) {
return (o, f) => {
const n = t("el-popconfirm");
return p(), c(
n,
s(i(o.$attrs)),
{
reference: m(() => [
a(o.$slots, "reference")
]),
_: 3
/* FORWARDED */
},
16
/* FULL_PROPS */
);
};
}
}), d = {
install(e) {
e.component("tkPopconfirm", l);
}
};
export {
d as default
};