From 386ad6f9f39bcb21996b8e26d7222b26d7b2babc Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Tue, 1 Mar 2016 21:15:25 -0800 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4030d88..876183a 100644 --- a/README.md +++ b/README.md @@ -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