You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/switch/demo/loading.md

258 B

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