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