export default {
|
|
src: {
|
|
type: String,
|
|
default: ''
|
|
},
|
|
color: {
|
|
type: String,
|
|
default: ''
|
|
},
|
|
web: {
|
|
type: Boolean,
|
|
default: false
|
|
},
|
|
inherit: {
|
|
type: Boolean,
|
|
default: false
|
|
}
|
|
}
|