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