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