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