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