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