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