2
0
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:
Jeff Sagal
2021-07-22 14:40:29 -07:00
committed by GitHub
parent d648a1f8bc
commit 5e1ac1f5ec
+1 -1
View File
@@ -1084,7 +1084,7 @@
},
noOptions: {
search: this.search,
loading: this.loading,
loading: this.mutableLoading,
searching: this.searching,
},
openIndicator: {