WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-01-04 8cd15fe62691a0b03853b0124e8bec233012aa8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * CCard
 * @author Tevin
 */
 
import CCard from '@components/layout/card/CCard.vue';
import CCardTitle from '@components/layout/card/CCardTitle.vue';
import CCardContent from '@components/layout/card/CCardContent.vue';
import CCardAction from '@components/layout/card/CCardAction.vue';
 
export {
    CCard,
    CCardTitle,
    CCardContent,
    CCardAction,
}