mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
fix: no-options slot should use mutableLoading instead of loading prop (#1465)
This commit is contained in:
@@ -1084,7 +1084,7 @@
|
|||||||
},
|
},
|
||||||
noOptions: {
|
noOptions: {
|
||||||
search: this.search,
|
search: this.search,
|
||||||
loading: this.loading,
|
loading: this.mutableLoading,
|
||||||
searching: this.searching,
|
searching: this.searching,
|
||||||
},
|
},
|
||||||
openIndicator: {
|
openIndicator: {
|
||||||
|
|||||||
Reference in New Issue
Block a user