mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: fix doc
This commit is contained in:
parent
d7e78352b7
commit
deeffc35a8
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
/**
|
/**
|
||||||
* z-switch
|
* zan-switch
|
||||||
* @module components/switch
|
* @module components/switch
|
||||||
* @desc 开关
|
* @desc 开关
|
||||||
* @param {boolean} [checked=false] - 开关状态
|
* @param {boolean} [checked=false] - 开关状态
|
||||||
@ -17,7 +17,7 @@
|
|||||||
* @param {callback} [onChange] - 开关状态改变回调函数。
|
* @param {callback} [onChange] - 开关状态改变回调函数。
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* <z-switch checked="true" disabled="false"></o2-switch>
|
* <zan-switch checked="true" disabled="false"></zan-switch>
|
||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
name: 'zan-switch',
|
name: 'zan-switch',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user