breaking change(Checkbox): need @click.stop inside a cell #7023

This commit is contained in:
chenjiahan
2020-10-02 21:36:31 +08:00
parent 839b8654ee
commit c0ea21dcd3
6 changed files with 17 additions and 19 deletions

View File

@@ -96,7 +96,7 @@
@click="toggle(index)"
>
<template #right-icon>
<van-checkbox :ref="setRefs(index)" :name="item" />
<van-checkbox :ref="setRefs(index)" :name="item" @click.stop />
</template>
</van-cell>
</van-cell-group>