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