9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
|
export default {
|
||
|
props: {
|
||
|
bgColor: {
|
||
|
type: String,
|
||
|
default: 'transparent'
|
||
|
}
|
||
|
}
|
||
|
}
|