多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 组件名: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 | '' | 否 | |