UI
叶富雄
2026-03-14 7b6cd92eba556e29d8d3f949335c1d9593484158
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}