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