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