UNPKG

atui

Version:

components built with Vue.js

27 lines (20 loc) 267 B
--- 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 } }) ````