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