---
order: 0
title:
  zh-CN: 定义颜色
  en-US: Type
---

## zh-CN

不同的大小定义和颜色定义

## en-US


````jsx
<v-switch small color="#000"></v-switch>
````

````vue-script
new Vue({
  el: 'body',
  components: {
    vSwitch: atui.Switch
  }
})
````
