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

Error on vue js version update - this.$on is not a function. #1741

Closed Brunnn closed 1 year ago

Brunnn commented 1 year ago

Describe the bug I updated both vue and vue-select versions and then vue-select component simply stopped working, the error shown in the console is the following: apparently it happens on the component render. I've tested on a blank page with just the component itself.

Screenshots image image