20 lines
258 B
Markdown
20 lines
258 B
Markdown
|
<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>
|
||
|
```
|