增加 switch 模块

This commit is contained in:
xuliangzhan
2020-03-30 19:05:46 +08:00
parent 5af3ccaaf3
commit 0cc507a8dd
93 changed files with 645 additions and 104 deletions

View File

@@ -22,6 +22,7 @@ import {
Tooltip,
Form,
Select,
Switch,
Edit,
Export,
Keyboard,
@@ -75,6 +76,7 @@ Vue.use(Modal)
Vue.use(Tooltip)
Vue.use(Form)
Vue.use(Select)
Vue.use(Switch)
Vue.use(Edit)
Vue.use(Export)
Vue.use(Keyboard)