lin
2026-06-25 dbad20a4290f1c3ae1217dea9ff5f4c49f577cf9
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}