lin
2026-04-28 e8b60bc428d93f99f66474f3ef418558facf0a31
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}