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