yfx
2026-04-01 8e265ae16c6f5a66e8ef283bbe58d310ae6edb4a
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}