-
Notifications
You must be signed in to change notification settings - Fork 77
Doesn't work properly with transitions #5
Comments
Hello @nicolasvahidzein, thank you for good words 👍 You need to do 3 things to see the scrollbar:
I hope this helps |
Hello Dominik, thanks for your help, i guess i had to had the styling otherwise it was not working. Now i get this error when i place your scrollbar inside a div that i hide using v-show:
|
Thanks @nicolasvahidzein! It seems there might be a bug with v-show. I'll look into it as soon as possible. |
I've looked into the issue and I couldn't reproduce it. I've tried with Nevertheless I've added additional safeguard (9424c43) on destroyScrollbar method with which the VueBar hopefully won't throw an error. Meanwhile - could you provide some more info about the environment and the code with which you encountered this issue? Thanks! |
So first off please forgive me i'm not an experienced coder like you this file is pretty long but a lot of it you can delete, the important portion is on top anyway in the template section. I am sending you everything because if i delete something maybe that is what is messing up the code. Alos you can Teamviewer to my computer if you can't reproduce it. here goes: https://www.dropbox.com/s/n8e56j2f4t16lmj/CreateIndividual.vue?dl=0 |
Hey @nicolasvahidzein thanks for providing the full component. This problem is actually because of You can quickly fix that by wrapping your "slideoutpanel" element in another element and use transition and
Or more drastic measure - you can completely remove transition. |
The actual problems with VueBar and transitions:
|
@nicolasvahidzein this should be now fixed with 0.0.13. Could you confirm this works for you also? |
It does indeed, i place it inside another div and all is PERFECT. You are quite wonderful. Your scrollbar is super beautiful!!! |
Does vuebar work in Vue CLI3.0.7?or just in vue 2? |
Hello, let me start by saying i loved how beautiful your component is and i cant wait to see it live in my test project.
This isn't an issue but more my lack of knowledge on how to implement it. I added the npm package and i initialized it in my main class as you instructed us on the main page but nothing is working. I am not seeing the scrollbar show up.
Do you by any chance have a sample project using the scrollbar i can test? Thank you sir.
The text was updated successfully, but these errors were encountered: