I tried to replicate some of the examples on the demo website but I keep getting errors including "key" is a reserved attribute and cannot be used as component prop.
(found in component

See the culprit here. 'key', 'ref', and 'slot' are reserved prop names.
Hey!
Please make sure you鈥檙e running the correct version of Multiselect according to your Vue.js version.
Vue 1.x -> Vue-multiselect 1.x
Vue 2.x -> Vue-multiselect 2.0-beta (can be installed with npm install vue-multiselect@next)
This should fix the problem!
@shentao Thank you. That fixed the problem.
Most helpful comment
Hey!
Please make sure you鈥檙e running the correct version of Multiselect according to your Vue.js version.
Vue 1.x -> Vue-multiselect 1.x
Vue 2.x -> Vue-multiselect 2.0-beta (can be installed with
npm install vue-multiselect@next)This should fix the problem!