vue-multi-select icon indicating copy to clipboard operation
vue-multi-select copied to clipboard

this.$set is not a function

Open umang-gramener opened this issue 3 years ago • 4 comments

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" />

`

umang-gramener avatar Dec 04 '21 16:12 umang-gramener

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)

umang-gramener avatar Dec 04 '21 16:12 umang-gramener

Hi, this component is vue2 only sry

iNeoO avatar Dec 04 '21 20:12 iNeoO

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

umang-gramener avatar Dec 04 '21 20:12 umang-gramener

i didn t use any lib for vue3 atm sry

iNeoO avatar Dec 04 '21 22:12 iNeoO