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
Hi. I am using Vue 1.0.3 and trying to bind params into custom directive, but all params parsed as strings. This problem can be seen in this example http://vuejs.org/examples/select2.html on vuejs site. Options param no longer parsed as array, its just a string. I tried to use v-bind, but its also convert params to string [Object, Object].