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