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