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