lin
2026-04-27 2ae000ce6b93f120476b5819b143408a44c235e4
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: 'transparent'
        }
    }
}