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