mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
caa6476a69
* Update web content to release v1.6.17 * Remove js maps
24 lines
824 B
JavaScript
Vendored
Generated
24 lines
824 B
JavaScript
Vendored
Generated
import { d as defineComponent, o as openBlock, f as createElementBlock, J as renderSlot, T as normalizeClass } from "./index-C4Fk50Nx.js";
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
__name: "BaseViewTemplate",
|
|
props: {
|
|
dark: { type: Boolean, default: false }
|
|
},
|
|
setup(__props) {
|
|
const props = __props;
|
|
return (_ctx, _cache) => {
|
|
return openBlock(), createElementBlock("div", {
|
|
class: normalizeClass(["font-sans w-screen h-screen flex items-center justify-center pointer-events-auto overflow-auto", [
|
|
props.dark ? "text-neutral-300 bg-neutral-900 dark-theme" : "text-neutral-900 bg-neutral-300"
|
|
]])
|
|
}, [
|
|
renderSlot(_ctx.$slots, "default")
|
|
], 2);
|
|
};
|
|
}
|
|
});
|
|
export {
|
|
_sfc_main as _
|
|
};
|
|
//# sourceMappingURL=BaseViewTemplate-CsEJhGbv.js.map
|