feat: migrate CouponList component

This commit is contained in:
chenjiahan
2020-08-17 19:46:34 +08:00
parent 41796b0616
commit 579a9ebb78
8 changed files with 23 additions and 110 deletions
+1 -1
View File
@@ -83,8 +83,8 @@ export default createComponent({
{!this.disabled && (
<Checkbox
size={18}
value={this.chosen}
class={bem('corner')}
modelValue={this.chosen}
checkedColor={RED}
/>
)}