mirror of https://github.com/ElemeFE/element
add default value
parent
acfc93a71f
commit
2c4ac8099c
|
@ -280,7 +280,10 @@
|
|||
loading: Boolean,
|
||||
popperClass: String,
|
||||
remote: Boolean,
|
||||
loadingText: String,
|
||||
loadingText: {
|
||||
type: String,
|
||||
default: 'Loading'
|
||||
},
|
||||
noMatchText: String,
|
||||
noDataText: String,
|
||||
remoteMethod: Function,
|
||||
|
|
Loading…
Reference in New Issue