mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
6 lines
112 B
Vue
6 lines
112 B
Vue
<template>
|
|
<div class="size-full bg-modal-panel-background pr-6 pb-8 pl-4">
|
|
<slot />
|
|
</div>
|
|
</template>
|