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