WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2024-02-28 66e98219bcac1af4d9bf684cc31af330c68b679a
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * CSwitch
 * @author Tevin
 */
 
import CSwitch from '@components/forms/switch/CSwitch.vue';
import CSwitchRadio from '@components/forms/switch/CSwitchRadio.vue';
 
export {
    CSwitch,
    CSwitchRadio,
}