增加渲染器

This commit is contained in:
zqm
2025-11-19 11:31:21 +08:00
parent c11f1212ba
commit 7acf65356f
3 changed files with 260 additions and 6 deletions

View File

@@ -127,12 +127,6 @@
<template v-else-if="$slots.default">
<slot></slot>
</template>
<!-- 当既没有slot内容也没有receivedContent时显示空状态 -->
<template v-else
style="display: flex; align-items: center; justify-content: center; height: 100%; color: #999;">
<span>此处可以放置内容</span>
</template>
</div>
</div>
</template>