Skip to content

Commit

Permalink
fix: 修复pi-select取消勾选项返回数据错乱问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Nov 5, 2020
1 parent 2dec511 commit b8d00cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pi-checkbox/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="pi-check-wrap"
:style="[customStyle]"
:class="[customClass, { disabled: getDisable }]"
@tap.stop="handleCheckboxToggle"
@tap="handleCheckboxToggle"
>
<view class="check-icon" :style="[checkboxStyle]" :class="[iconClass]">
<pi-icon name="blod-check" :size="getIconSize" />
Expand Down

0 comments on commit b8d00cb

Please sign in to comment.