@scalar/api-client
Version:
the open source API testing client
15 lines (14 loc) • 458 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as s, renderSlot as c } from "vue";
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
const r = {}, d = { class: "flex justify-center px-2 py-3" }, f = { class: "text-c-3 p-2 text-sm" };
function l(e, _) {
return o(), t("div", d, [
s("div", f, [
c(e.$slots, "default")
])
]);
}
const p = /* @__PURE__ */ n(r, [["render", l]]);
export {
p as default
};