@scalar/api-client
Version:
the open source API testing client
32 lines (31 loc) • 1.01 kB
JavaScript
import { defineComponent as o, createElementBlock as c, openBlock as n, createElementVNode as e, createVNode as t, unref as a } from "vue";
import l from "../assets/keycap.ascii.js";
import s from "./ScalarAsciiArt.vue.js";
import i from "./ScalarHotkey.vue.js";
const p = { class: "flex-center flex w-full scale-75" }, m = { class: "relative" }, d = { class: "relative -ml-12" }, h = /* @__PURE__ */ o({
__name: "EmptyState",
setup(_) {
return (f, r) => (n(), c("div", p, [
e("div", m, [
t(i, {
class: "keycap-hotkey right-14 border-transparent text-xl",
hotkey: ""
}),
t(s, {
art: a(l),
class: "text-c-3 !leading-[6px]"
}, null, 8, ["art"])
]),
e("div", d, [
r[0] || (r[0] = e("div", { class: "keycap-hotkey right-16 text-xl" }, "K", -1)),
t(s, {
art: a(l),
class: "keycap-n !leading-[6px]"
}, null, 8, ["art"])
])
]));
}
});
export {
h as default
};