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