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

fix: force to run in vue3 mode when using @vue/compat #1668

Closed walmon closed 1 year ago

walmon commented 2 years ago

When users run vue-select in @vue/compat build with default to vue 2, some events will not work (such as update:modelValue as reported here.

Fix comes from official docs: https://v3-migration.vuejs.org/migration-build.html#per-component-config

Should not impact environment that are not running the compatibility build.

netlify[bot] commented 2 years ago

Deploy request for vueselect accepted.

Name Link
Latest commit 5cf88062a6c10d6d1fe98856686e20f4ea3d9fb7
Latest deploy log https://app.netlify.com/sites/vueselect/deploys/62ea9443000b520008b3a871
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.0.0-beta.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: