ant-design-vue/components/switch/demo/loading.md

20 lines
261 B
Markdown
Raw Normal View History

2018-02-27 04:14:29 +00:00
<cn>
#### 加载中
标识开关操作仍在执行中。
</cn>
<us>
#### Loading
Mark a pending state of switch.
</us>
2019-10-09 10:32:23 +00:00
```tpl
2018-02-27 04:14:29 +00:00
<template>
<div>
2019-09-28 12:45:07 +00:00
<a-switch loading defaultChecked />
<br />
<a-switch size="small" loading />
2018-02-27 04:14:29 +00:00
</div>
</template>
```