Hey, guys.
Vue 3 has been out for a while now and this plugin still isn't compatible. This PR fixes compatibility but it still hasn't been merged into the main branch.
this.$on is breaking compatibility and makes the plugin unusable for people on Vue 3.
Is there a reason why it's still not merged yet?
Related: #1251.
Wish I had seen that PR before I did similar work. I have a fork with updates that works as far as I can tell: https://github.com/wolfjagger/vue-select. #1286/#1289 doesn't change webpack or tests as necessary. I'll make a PR from my fork, since I just got it working how I need.
@pud1m the reason is time – I have none available at the moment. I freelance full time and have scheduled ~20 hours in December to do a round of updates for the component, Vue 3 compatibility is first on the list. If you'd like to see the update sooner, sponsorships really do help me dedicate time to open source that'd normally go to client projects.
Any updates ? :)