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