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

5 lines
79 B
JavaScript
Raw Normal View History

2018-10-31 11:28:53 +00:00
// base rc-switch 1.8.0
2019-01-12 03:33:27 +00:00
import Switch from './Switch';
2018-02-27 04:14:29 +00:00
2019-01-12 03:33:27 +00:00
export default Switch;