lin
2026-06-24 22b9505b731f583096b43c8176c840f4cee33e18
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}