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