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