2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

throw console warning if option[label] does not exist, prevents TypeError from breaking page

closes #155
This commit is contained in:
Jeff Sagal
2017-03-09 12:55:44 -08:00
parent e1a100a2a8
commit f67a352481
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-select",
"version": "2.0.0",
"version": "2.0.1",
"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,