vue-multi-select
vue-multi-select copied to clipboard
this.$set is not a function
I was trying to implement this in my Vue app and I was facing this error.
Vue Version: 3
code
`< vue-multi-select v-model="values1" search :options="options1" :selectOptions="data1" />
`
Stack trace
vue-multi-select.common.js?dcc6:3799 Uncaught (in promise) TypeError: this.$set is not a function at Proxy.initValues (vue-multi-select.common.js?dcc6:3799) at Proxy.init (vue-multi-select.common.js?dcc6:3789) at Proxy.setConfig (vue-multi-select.common.js?dcc6:3765) at Proxy.created (vue-multi-select.common.js?dcc6:3733) at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154) at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:163) at callSyncHook (runtime-core.esm-bundler.js?5c40:5957) at applyOptions (runtime-core.esm-bundler.js?5c40:5888) at finishComponentSetup (runtime-core.esm-bundler.js?5c40:6574) at setupStatefulComponent (runtime-core.esm-bundler.js?5c40:6505)
Hi, this component is vue2 only sry
Hi, this component is vue2 only sry
hey, ohh okayy. is there any library you are aware of doing all these things like select and deselect all for vue 3, i tried vue multiselect and also tried their slots but cant get reactive buttons and the dropdown closes
i didn t use any lib for vue3 atm sry