lin
2026-06-12 ebea702b9cf6566423fa26c63b603cdc989153e2
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}