File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 298
298
<i v-if =" !noDrop" ref =" openIndicator" role =" presentation" class =" open-indicator" ></i >
299
299
300
300
<slot name =" spinner" >
301
- <div class =" spinner" v-show =" mutableLoading" >{{ loadingText }} </div >
301
+ <div class =" spinner" v-show =" mutableLoading" >Loading... </div >
302
302
</slot >
303
303
</div >
304
304
310
310
</a >
311
311
</li >
312
312
<li v-if =" !filteredOptions.length" class =" no-options" >
313
- <slot name =" no-options" >{{ noMatchText }} </slot >
313
+ <slot name =" no-options" >Sorry, no matching options. </slot >
314
314
</li >
315
315
</ul >
316
316
</transition >
387
387
default: ' '
388
388
},
389
389
390
- /**
391
- * Text to show if there is no matching options
392
- * @type {String}
393
- */
394
- noMatchText: {
395
- type: String ,
396
- default: ' Sorry, no matching options.'
397
- },
398
-
399
- /**
400
- * Text to show when loading
401
- * @type {String}
402
- */
403
- loadingText: {
404
- type: String ,
405
- default: ' Loading...'
406
- },
407
-
408
390
/**
409
391
* Sets a Vue transition property on the `.dropdown-menu`. vue-select
410
392
* does not include CSS for transitions, you'll need to add them yourself.
You can’t perform that action at this time.
0 commit comments