[improvement] make props less magic (#3775)
This commit is contained in:
@@ -12,9 +12,12 @@ export default createComponent({
|
||||
props: {
|
||||
value: null,
|
||||
title: String,
|
||||
options: Array,
|
||||
disabled: Boolean,
|
||||
titleClass: String
|
||||
titleClass: String,
|
||||
options: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user