This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
88dd13dc98
ant-design-vue
/
components
/
vc-switch
/
index.js
5 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: update vc-switch to 1.9.0
2019-03-02 03:21:00 +00:00
// base rc-switch 1.9.0
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
import
Switch
from
'./Switch'
;
add switch fix spin demo
2018-02-27 04:14:29 +00:00
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
export
default
Switch
;