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