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

- fix Vue 2 peer dependency

- fix typo in readme
- add test coverage for focus/blur events
This commit is contained in:
Jeff Sagal
2017-02-03 16:39:07 -08:00
parent d262f6b48a
commit 156fcb1130
3 changed files with 42 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"url": "https://github.com/sagalbot/vue-select.git"
},
"peerDependencies": {
"vue": "~1.0"
"vue": "2.x"
},
"devDependencies": {
"babel-core": "^6.0.0",