企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 组件名:hsComment(评论及列表) ### 作者:佘威 ### 效果: ![](https://img.kancloud.cn/dc/83/dc832c6a8046d3353e8dad39a415560e_966x758.png) ![](https://img.kancloud.cn/94/31/9431a79b635d7b124763ce2efca006ac_1017x832.png) ## 使用方式: ``` import hsComment from './commons/hs-comment.vue' <!-- 在对应页面使用 --> <hsComment :resId="$route.query.pubId" :resType="resType" ></hsComment > ``` ### 说明: 使用时,组件内调用接口,需要根据项目修改 ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | resId | 详情资源ID | string | '' | 是 | | | resType | 资源类型 | string | '' | 否 | |