Hi, first of all thank you for the nice slider component :).
There is a problem when the slider is initiated with display:none, as shown in the attached image. When the slider appears it cannot be interacted.
I found a quick fix, when the window is resized the component works again, so I have to manually call window.dispatchEvent(new Event('resize'))

Yes, there is such a problem. I have that solution at the bottom of the document.
Oh, sorry, didn't saw that.
I will use this.$refs.slider.refresh() instead of indow.dispatchEvent(new Event('resize')).
Thank you for your support.
I can't access the ref of my vue-slider. Is there another way to use the refesh() ?
In the meantime I'm going to use the window.dispatchEvent(new Event('resize')).
Most helpful comment
Thank you for your support.