mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +00:00
8 lines
122 B
Vue
8 lines
122 B
Vue
<template>
|
|
<div class="flex-1 w-full h-full">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|