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