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