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