lin
2026-06-25 140559584af1684d31e8f69640cfd3e1757af2c7
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}