mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
258 B
258 B
#### 加载中
标识开关操作仍在执行中。
#### Loading
Mark a pending state of switch.
<template>
<div>
<a-switch loading defaultChecked/>
<br>
<a-switch size="small" loading/>
</div>
</template>