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,
| }
|
|