2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

fix(components): fix typo

This commit is contained in:
Jeff
2019-12-03 09:11:10 -08:00
parent 33a8f55407
commit a353be2944
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -1090,7 +1090,7 @@
},
openIndicator: {
shouldDisplay: ! this.noDrop,
component: this.childComponents.openIndicator,
component: this.childComponents.OpenIndicator,
attributes: {
'ref': 'openIndicator',
'role': 'presentation',