An easier way to display select boxes using objects
npm install vue-dropdownsv-for on objects.No special dependencies, no jquery, no bootstrap, just VueJS and CSS goodness.
- Vue.js ^2.0.0
``shell`
$ npm install vue-dropdowns
// OR
$ yarn add vue-dropdowns
`html
:selected="object"
v-on:updateOption="methodToRunOnSelect"
:placeholder="'Select an Item'"
:closeOnOutsideClick="boolean">
``