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