Skip to content

Commit a119bd5

Browse files
author
Damian Dulisz
authored
Update README.md
1 parent 5e98cd3 commit a119bd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Probably the most complete *selecting* solution for Vue.js, without jQuery.
44
#### Current version: v1.1.2
55

66
#### For Vue 2.0 users:
7-
Vue-multiselect 2.0-beta is available: `npm install vue-multiselect@next`. The only API change is that now instead of Vue.partial for custom option templates you can use a custom render function.
7+
Vue-multiselect 2.0-beta is available: `npm install vue-multiselect@next`.
8+
API changes:
9+
* Instead of Vue.partial for custom option templates you can use a custom render function.
10+
* The `:key` props has changed to `:track-by`, due to conflicts with Vue 2.0.
811

912
### Features & characteristics:
1013
* NO dependencies

0 commit comments

Comments
 (0)