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