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