Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Oct 8, 2019
1 parent 7e5bb5c commit b6b2956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VueAccessibleSelect/VueAccessibleSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
span.v-select__selected
slot(
v-if="value !== undefined"
name="selected"
:value="value"
:option="currentOption"
name="selected"
) {{ currentOption ? currentOption.label : value }}
span.v-select__arrow
slot(name="arrow")
Expand Down

0 comments on commit b6b2956

Please sign in to comment.