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