WebApp【公共组件库】@前端(For Git Submodule)
‘chensiAb’
2025-03-25 3b03f87a02458f719e2eb4bf112a13441b427d14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * CInput
 * @author Tevin
 */
 
import CInput from '@components/forms/input/CInput.vue';
import CInputPhoneCode from '@components/forms/input/CInputPhoneCode.vue';
import CInputScanCode from '@components/forms/input/CInputScanCode.vue';
import CInputExpressCode from '@components/forms/input/CInputExpressCode.vue';
 
export {
    CInput,
    CInputPhoneCode,
    CInputScanCode,
    CInputExpressCode,
}