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