chargebacks
Version:
Chargebacks Vue component
25 lines (24 loc) • 635 B
JavaScript
import { openBlock as s, createElementBlock as r, createElementVNode as o } from "vue";
const _ = (e, a) => {
const t = e.__vccOpts || e;
for (const [c, n] of a)
t[c] = n;
return t;
}, l = {
name: "Chargebacks"
}, p = { class: "chargebacks" };
function d(e, a, t, c, n, g) {
return s(), r("div", p, a[0] || (a[0] = [
o("h2", null, "Chargebacks Component", -1),
o("p", null, "Displaying chargeback data...", -1)
]));
}
const i = /* @__PURE__ */ _(l, [["render", d], ["__scopeId", "data-v-dc14aa5f"]]), f = {
install(e) {
e.component("Chargebacks", i);
}
};
export {
i as Chargebacks,
f as default
};