lin
2026-05-26 f3bfb5ea8bd31f5db957551036142312e48c138f
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}