@scalar/api-client
Version:
the open source API testing client
19 lines (18 loc) • 620 B
JavaScript
import { defineComponent as e, createElementBlock as t, openBlock as c, createElementVNode as o, createVNode as n, unref as s } from "vue";
import { ScalarIcon as r } from "@scalar/components";
const a = { class: "splash-screen bg-b-1 fixed inset-0 z-50 flex items-center justify-center" }, l = { class: "flex flex-col items-center gap-4" }, d = /* @__PURE__ */ e({
__name: "SplashScreen",
setup(i) {
return (_, f) => (c(), t("div", a, [
o("div", l, [
n(s(r), {
icon: "Logo",
class: "logo-icon text-c-1 h-16 w-16"
})
])
]));
}
});
export {
d as default
};