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