增加渲染器
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user