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