WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-03-02 cb3098b11e63171ea13865e9ea67e19fe15ef079
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,
}