Closed MansurAliKoroglu closed 4 years ago
The directive will be removed when the node is removed
Yes that's what I was talking about. Isn't there a way to solve this problem?
Maybe just hide them but not remove from the dom tree. it's not this lib's problem so close this issue
Hi I have a use case like described below:
On a drawer user clicks a link. Page smoothly moves to the section and drawer closes after the click.
To close the drawer (which is another animation) I use v-if. If the drawer is not active I just don't show it. However it is not working with this scenario. Is it a bug or or a missing feature?