lin
2026-04-20 c037601ff06f2dd0a0359f7715521bc991834939
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}