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
First of all great plugin and great work and many thanks for that!
But i encountered in small issue, I want to apply animation after scrollbar is rendered. Is there any way to detect if scrollbar is initialized and rendered within a Vue component?
Thanks!
The text was updated successfully, but these errors were encountered:
I am new to this - and your post is already very old -, but maybe you can use the ready params from the $ref?
if(this.$refs.Scollbar.ready === true) {}
Maybe you found another solution already. In that case it would be great if you could post your solution.
Hi,
First of all great plugin and great work and many thanks for that!
But i encountered in small issue, I want to apply animation after scrollbar is rendered. Is there any way to detect if scrollbar is initialized and rendered within a Vue component?
Thanks!
The text was updated successfully, but these errors were encountered: