提交 df3b679e 编写于 作者: View Design's avatar View Design

add IEmpty

上级 b3dfc89c
<template>
<div class="flex flex-col justify-center h-72 items-center text-gray-300">
<UIcon name="i-heroicons-inbox" class="text-6xl" />
<div>暂无数据</div>
</div>
</template>
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
:key="item.c_id" :key="item.c_id"
@delete="handleDeletedThread" @delete="handleDeletedThread"
/> />
<IEmpty v-if="!threads.length" />
</div> </div>
</div> </div>
<div class="flex flex-col flex-shrink-0 w-56"> <div class="flex flex-col flex-shrink-0 w-56">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册