add default value

pull/22140/head
obregonia1 2022-09-08 11:21:19 +09:00
parent acfc93a71f
commit 2c4ac8099c
1 changed files with 4 additions and 1 deletions

View File

@ -280,7 +280,10 @@
loading: Boolean,
popperClass: String,
remote: Boolean,
loadingText: String,
loadingText: {
type: String,
default: 'Loading'
},
noMatchText: String,
noDataText: String,
remoteMethod: Function,