alexkramer / force-vue

Simple VueJs application which integrates with the Star Wars API (SWAPI)
http://alexckramer.com/force-vue
2 stars 21 forks source link

Person list #45

Closed k9 closed 8 years ago

k9 commented 8 years ago

Adds a list of all people for issue #12

I initially tried using mdl-select from vue-mdl, but that component is fairly buggy. I ran into https://github.com/posva/vue-mdl/issues/46 and also there seem to be some deeper problems with data binding.

Anyway, I switched to a regular select which works fine.