sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

Vue 2 CodePen Template in README.md is broken #1815

Open coufal opened 8 months ago

coufal commented 8 months ago

Describe the bug The Vue 2 CodePen Template linked in README.md is broken and does not show any results in the dropdown menu.

Reproduction Link https://codepen.io/pen?template=VwdrdzG

Fix Replace options: ["foo", "bar", "baz"] with books: ["foo", "bar", "baz"] in the JS panel.