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