New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ha-comment

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ha-comment

## Project setup ``` npm install ```

latest
npmnpm
Version
1.3.7
Version published
Maintainers
0
Created
Source

ha-comment

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

discription

//版本1.3.4为增加更多表情选择。后续更新会根据实际业务需要做迭代;


npm install ha-comment@1.3.7

import HaComment from 'ha-comment';

Vue.use(HaComment)

//组件配置说明:
         :total="total"//总条数
        :img="img" //发表评论的头像
        :list="treeList" //数据
        :love="true"   //点赞功能
        :isonlysecond="true"  //是否开启,true二级树展示,和当前抖音,知乎展示一样。 false为多级树展示。数据结构会有所改变
        user="陈雨"   //当前用户
        @operate="handleOperate"   //操作后调用接口处理逻辑

FAQs

Package last updated on 01 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts