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