2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

manually track down options when deselecting instead of relying on array.$remove, fixes #74

This commit is contained in:
Jeff Sagal
2016-07-11 22:13:43 -07:00
parent b9302e7de3
commit afdc4da785
5 changed files with 52 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-select",
"version": "1.3.1",
"version": "1.3.2",
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
"author": "Jeff Sagal <sagalbot@gmail.com>",
"private": false,