2026-03-16 11:10:28 +08:00

9 lines
128 B
JavaScript

export default {
props: {
bgColor: {
type: String,
default: 'transparent'
}
}
}