You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After spending most of my day working with this, I've come to the conclusion that this was not designed for reactive frameworks. Its working too much with the DOM and preventing many things from working properly.
You can however, use it out of the box and appears to function ok, but if you want to change the template (default slot), using your own text component and list components, you will be very disappointed. Value isnt reactive, input listeners dont work well with vuejs, while I 'rigged' it to be functional, I reached one more problem in the list elements where I was not able to use my own @click event for list items. If you change the list elements outside for a UL and LI format it no longer works at all.
If you try to build your own template, it just does not work properly. Until V3 is ready, this is not VueJS compatible.
The text was updated successfully, but these errors were encountered:
Yep, there's definitely some things to iron out for the customized templates in Vue. If you have some specific errors you're seeing, or some reproduction steps, I can try to address them when I eventually make this compatible with Vue v3.
After spending most of my day working with this, I've come to the conclusion that this was not designed for reactive frameworks. Its working too much with the DOM and preventing many things from working properly.
You can however, use it out of the box and appears to function ok, but if you want to change the template (default slot), using your own text component and list components, you will be very disappointed. Value isnt reactive, input listeners dont work well with vuejs, while I 'rigged' it to be functional, I reached one more problem in the list elements where I was not able to use my own @click event for list items. If you change the list elements outside for a UL and LI format it no longer works at all.
If you try to build your own template, it just does not work properly. Until V3 is ready, this is not VueJS compatible.
The text was updated successfully, but these errors were encountered: