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