WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-12-22 fa38b108c5b9ccef23d0003dd56afbf02d679409
1
2
3
4
5
6
7
8
9
10
/**
 * CAlert
 * @author Tevin
 */
 
import CAlert from '@components/layout/alert/CAlert.vue';
 
export {
    CAlert,
}