readpage / undraw-ui

vue评论组件,🔥基于vue3的UI组件,主要功能有评论,聊天,搜索,锚点。你的⭐️Star ,是作者开发的动力!

Home Page:https://readpage.github.io/undraw-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable reply in comment component

jctaoo opened this issue · comments

隐藏回复按钮
.action-box .item:last-child {
display: none;
}