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