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