mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
Closes #124
Closes #148 - build for v2.1.0 - bump version - update readme
This commit is contained in:
@@ -8,9 +8,10 @@
|
|||||||
- List Filtering/Searching
|
- List Filtering/Searching
|
||||||
- Supports Vuex
|
- Supports Vuex
|
||||||
- Select Single/Multiple Options
|
- Select Single/Multiple Options
|
||||||
- Bootstrap Friendly Markup
|
- Tested with Bootstrap 3/4, Bulma, Foundation
|
||||||
- +95% Test Coverage
|
- +95% Test Coverage
|
||||||
- ~32kb minified
|
- ~33kb minified with CSS
|
||||||
|
- Zero dependencies
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
|
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
|
||||||
|
|||||||
Vendored
+2
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-select",
|
"name": "vue-select",
|
||||||
"version": "2.0.1",
|
"version": "2.1.0",
|
||||||
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
|
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
|
||||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user