1.0.2 • Published 5 years ago
qucao-ui v1.0.2
myapp
区草UI横空出世
使用手册
moor-switch 组件
# 1.install
npm install qucao-ui -S
# 2.注册
import CustomUI from 'qucao-ui'
Vue.use(CustomUI)
# 3.实战
<moor-switch
v-model="lightSwitch"
>
开关(关):
</moor-switch>
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).