weui-miniprogram icon indicating copy to clipboard operation
weui-miniprogram copied to clipboard

Checkbox无法修改索引对勾图标颜色,少加了颜色

Open DreamerSetSail opened this issue 5 years ago • 0 comments

icon中没有添加color,无法修改对勾图标颜色, properties: { multi: { type: Boolean, value: true }, checked: { type: Boolean, value: false }, value: { type: String, value: '' }, label: { type: String, value: 'label' }, extClass: { type: String, value: '' } }, 建议properties中添加此属性

DreamerSetSail avatar May 05 '20 01:05 DreamerSetSail