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