ant-design-vue/components/vc-switch/index.js

5 lines
79 B
JavaScript
Raw Normal View History

2019-03-02 11:21:00 +08:00
// base rc-switch 1.9.0
2019-01-12 11:33:27 +08:00
import Switch from './Switch';
2018-02-27 12:14:29 +08:00
2019-01-12 11:33:27 +08:00
export default Switch;