mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
fixes:
- change currentSelection to mutableValue - change currentOptions to mutableOptions - change showLoading to mutableLoading - add default onChange function that emits an input event - allows the use of v-model syntax on the component - since spies on props throw warnings because they are now immutable, refactor tests so spies aren't required todo: - update docs - 1 failing test from inject-loader issue
This commit is contained in:
+2
-1
@@ -3,4 +3,5 @@ node_modules
|
||||
npm-debug.log
|
||||
.idea
|
||||
test/unit/coverage
|
||||
.coveralls.yml
|
||||
.coveralls.yml
|
||||
.flowconfig
|
||||
|
||||
Reference in New Issue
Block a user