Hey Peeps I found out the hard way (2 days of trying to figure out WHY my application [specifically this multiselect] broke) when I updated dependencies.. https://vuejs.org/api/compile-time-flags#VUE_OPTIONS_API __VUE_OPTIONS_API__: 'false' // Multiselect will die Weirdly though, it only started to die once my **vitejs/plugin-vue** version exceeded 5.2.1. "@vitejs/plugin-vue": "5.2.1" // Fine "@vitejs/plugin-vue": "5.2.2" // Issues started Hope I saved you all some time/anguish. -_- Kai