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