lin
2026-07-06 63f357e83652b608ec7584ad25b079646ad0ef31
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}