You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/switch/demo/loading.md

20 lines
258 B

<cn>
#### 加载中
标识开关操作仍在执行中。
</cn>
<us>
#### Loading
Mark a pending state of switch.
</us>
```html
<template>
<div>
<a-switch loading defaultChecked/>
<br>
<a-switch size="small" loading/>
</div>
</template>
```