mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 13:08:48 +08:00
281 B
281 B
#### 两种大小
`size="small"` 表示小号开关。
#### Two sizes
`size="small"` represents a small sized switch.
<template>
<div>
<a-switch defaultChecked />
<br />
<a-switch size="small" defaultChecked />
</div>
</template>