Ui
yfx
2026-03-09 01b96cfc1cecb00022d08a2b8e5c49ad856d02e7
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}