WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-10-18 9dd17569f69f6e93c94d1a8c7918f46fd1e21bb0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * CInput
 * @author Tevin
 */
 
import CInput from '@components/forms/input/CInput.vue';
import CInputPhoneCode from '@components/forms/input/CInputPhoneCode.vue';
import CInputExpressCode from '@components/forms/input/CInputExpressCode.vue';
 
export {
    CInput,
    CInputPhoneCode,
    CInputExpressCode,
}