mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(Switch): fix custom node demo (#10720)
This commit is contained in:
parent
ffefe3002f
commit
6225c8123c
@ -65,9 +65,11 @@ Using `node` slot to custom the content of the node.
|
||||
|
||||
```html
|
||||
<van-switch v-model="checked">
|
||||
<template #node>
|
||||
<div class="icon-wrapper">
|
||||
<van-icon :name="checked ? 'success' : 'cross'" />
|
||||
</div>
|
||||
</template>
|
||||
</van-switch>
|
||||
|
||||
<style>
|
||||
|
@ -75,9 +75,11 @@ export default {
|
||||
|
||||
```html
|
||||
<van-switch v-model="checked">
|
||||
<template #node>
|
||||
<div class="icon-wrapper">
|
||||
<van-icon :name="checked ? 'success' : 'cross'" />
|
||||
</div>
|
||||
</template>
|
||||
</van-switch>
|
||||
|
||||
<style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user