WebApp【公共组件库】@前端(For Git Submodule)
‘chensiAb’
2025-03-31 32b09ee84d7187800a7a10f2264b8b4e30fc574a
forms/input/index.js
@@ -5,8 +5,12 @@
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,
}