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.62k stars 1.33k forks source link

CodePen template does not work #1692

Closed supermueller closed 1 year ago

supermueller commented 1 year ago

Describe the bug The CodePen template linked in the readme doesn’t work.

Reproduction Link Vue Select Template

Steps To Reproduce Open the pen on CodePen.

Expected behavior CodePen should show the select box.

Fix Use Vue version 2 (https://unpkg.com/vue@2) as external script in CodePen.

sagalbot commented 1 year ago

Thanks for reporting. Fixed and updated to Vue 3.