2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

update readme

This commit is contained in:
Jeff Sagal
2016-03-01 21:15:25 -08:00
parent 5d2038caf6
commit 386ad6f9f3
+6 -1
View File
@@ -1,6 +1,11 @@
# vue-select
> A Vue.js project
Rather than bringing in jQuery just to use Select2 or Chosen, this VueJS component provides similar functionality without the extra overhead of jQuery.
#### Features
- typeahead auto-scompletion
- options param accepts simple arrays, and arrays of objects: `['foo','bar']` or `[{label: 'Foo', value: 'foo'}, {label: 'Bar', value: 'bar'}]`
## Build Setup