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