UNPKG

atui

Version:

components built with Vue.js

29 lines (21 loc) 267 B
--- order: 0 title: zh-CN: 基本 en-US: Type --- ## zh-CN ## en-US ````jsx <v-switch></v-switch> <v-switch checked></v-switch> <v-switch disabled></v-switch> ```` ````vue-script new Vue({ el: 'body', components: { vSwitch: atui.Switch } }) ````