@scalar/api-client
Version:
the open source API testing client
21 lines (20 loc) • 486 B
JavaScript
import { defineComponent as n, createElementBlock as o, openBlock as t, renderSlot as l } from "vue";
const f = ["href"], c = /* @__PURE__ */ n({
__name: "HelpfulLink",
props: {
href: {}
},
setup(e) {
return (r, s) => (t(), o("a", {
class: "decoration-c-3 cursor-help underline underline-offset-2",
href: e.href,
rel: "noopener noreferrer",
target: "_blank"
}, [
l(r.$slots, "default")
], 8, f));
}
});
export {
c as default
};