pulilab / vue-people

VuePeople lists and connects Vue.JS developers around the world.
https://vuepeople.org
MIT License
172 stars 36 forks source link

Tag list dropdown is broken #126

Closed marina-mosti closed 5 years ago

marina-mosti commented 5 years ago

Hi! The v-select dropdown for the taglist on the profile form is broken.

It looks like the data coming from https://vuepeople.org/api/tags/ is actually giving two props, "name" and "slug" but v-select expects "label" and "value" in order for it to work.

So instead of the values its outputting [object object] :)

DonNicoJs commented 5 years ago

@immarina Thank you for the issue, you are right! We released an update to the tag system today and.. ops forgot about the profile! Fixing it right now!

DonNicoJs commented 5 years ago

@immarina Fixed and released! And sorry for the mistake :)