1.0.2 • Published 3 years ago
wn-msgmanage v1.0.2
VueTagTextarea
消息订阅管理组件 msgmanage
安装
$ npm i wn-msgmanage
依赖
图标依赖colorUI
使用
# app.json
"usingComponents": {
"msg-manage": "/miniprogram_npm/wn-msgmanage/src/index"
}
在项目中用使用 VueGTable
<msg-manage></msg-manage>
参数
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
getConfigStatus | 获取配置开关 | Function | null |
getConfigList | 获取配置列表 | Function | null |
setConfigStatus | 更改配置开关 | Function | null |
setRecord | 新增订阅次数 | Function | null |
params | 请求携带其他参数 | Object | null |