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