lin
2026-04-28 5cd203cc61e98005b3a52a03240d195179be8f08
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}