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