ant-design-vue/components/switch/demo/loading.md
2019-10-09 18:32:23 +08:00

261 B

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