You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ Probably the most complete *selecting* solution for Vue.js, without jQuery.
4
4
#### Current version: v1.1.2
5
5
6
6
#### 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.
0 commit comments