You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, I use [[ ]] as Vue delimiters instead of {{ }}. Upon trying to use vue-multiselect, the options displayed in the dropdown are all {{ getOptionLabel(option) }} since Vue isn't using the curly braces.
The text was updated successfully, but these errors were encountered:
In my app, I use [[ ]] as Vue delimiters instead of {{ }}. Upon trying to use vue-multiselect, the options displayed in the dropdown are all {{ getOptionLabel(option) }} since Vue isn't using the curly braces.
The text was updated successfully, but these errors were encountered: