vuesax-next icon indicating copy to clipboard operation
vuesax-next copied to clipboard

Vu-Select Not Working

Open behkha opened this issue 1 year ago • 1 comments

I just used doc code in my project with vue version ^2.7.8 and here is log error:

vue.js?ba4c:3697 TypeError: Cannot read properties of null (reading 'isSelect') at VueComponent.getParent (vuesax.js?574d:21713:1) at VueComponent.mounted (vuesax.js?574d:21717:1) at invokeWithErrorHandling (vue.js?ba4c:3665:1) at callHook$1 (vue.js?ba4c:3071:1) at Object.insert (vue.js?ba4c:4880:1) at invokeInsertHook (vue.runtime.esm.js?2b0e:6883:1) at VueComponent.patch [as patch] (vue.runtime.esm.js?2b0e:7094:1) at Vue._update (vue.runtime.esm.js?2b0e:3730:1) at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:3831:1) at Watcher.get (vue.runtime.esm.js?2b0e:3407:1)

behkha avatar Aug 04 '22 13:08 behkha

This project is not maintained, and vuesax-next was never meant to be working with vue 2 anyway,

you will have no other choice than using vuesax v3 with vue 2 (https://github.com/lusaxweb/vuesax), which is a bad idea for new projects because it's not maintained

lk77 avatar Oct 17 '22 15:10 lk77