ant-design-vue/components/switch/demo/loading.md
2018-02-27 12:14:29 +08:00

258 B

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