WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-04-14 5904eefcaf45cefa39a979cebc54e1446211f378
1
2
3
4
5
6
7
8
9
10
/**
 * CSwitch
 * @author Tevin
 */
 
import CSwitch from '@components/forms/switch/CSwitch.vue';
 
export {
    CSwitch,
}