mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 08:44:06 +00:00
6 lines
131 B
Vue
6 lines
131 B
Vue
<template>
|
|
<div
|
|
class="lod-fallback absolute inset-0 w-full h-full bg-zinc-300 dark-theme:bg-zinc-800"
|
|
></div>
|
|
</template>
|