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