[Doc] 修复Switch组件示例名称错误 (#281)

This commit is contained in:
Sail 2018-05-29 22:19:50 +08:00 committed by Yao
parent f9966c60b7
commit 430a5cbd1d

View File

@ -6,7 +6,7 @@
</zan-cell>
</zan-panel>
<zan-panel title='步开关'>
<zan-panel title='步开关'>
<zan-cell>
<zan-switch checked="{{async.checked}}" disabled="{{ async.disabled }}" loading="{{ async.loading }}" bind:change="asyncChange" />
</zan-cell>