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