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