Notes: This repository is no longer maintained. I recommend using Voral/vs-vue3-select.
This is a forked and maintained version of sagalbot/vue-select, which is no longer maintained. As the name suggests, this project is specifically designed to work with the Vue 3.
npm install vue3-select
Then, import and register the component:
import Vue from 'vue'
import VueSelect from 'vue3-select'
import 'vue3-select/dist/vue3-select.css'
app.component('VSelect', VueSelect)