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