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