优化帖子删除接口及按钮事件冒泡处理
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<div class="w-[100px] flex flex-shrink-0 items-center justify-end">
|
||||
<span class="ellipsis text-[13px] color-[#96999f]">{{ item.creatorName }}</span>
|
||||
<!-- 删除 -->
|
||||
<el-button v-if="false" type="danger" size="small" @click="handleDelete(item.postsId)">删除</el-button>
|
||||
<el-button v-if="false" type="danger" size="small" @click.stop="handleDelete(item.postsId)">删除</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user