[Doc] Radio: update demo (#3648)

This commit is contained in:
neverland
2019-06-26 17:30:24 +08:00
committed by GitHub
parent 707729a544
commit 8d5a2fc438
8 changed files with 38 additions and 41 deletions
+5 -1
View File
@@ -117,7 +117,11 @@ export default {
:title="`Checkbox ${item}`"
@click="toggle(index)"
>
<van-checkbox :name="item" ref="checkboxes" />
<van-checkbox
:name="item"
ref="checkboxes"
slot="right-icon"
/>
</van-cell>
</van-cell-group>
</van-checkbox-group>