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