yfx
2026-03-17 b67c9b201919c90f877f397a40a377551f528167
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}