mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 07:44:11 +00:00
8 lines
122 B
Vue
8 lines
122 B
Vue
<template>
|
|
<div class="text-neutral text-sm">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|