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
I wonder if there is a way to know about slide state by gesture...
I know the this.$refs.drawer.isOpened() manually but I am looking for a way to get it by gesture and emit from the component.
Since the component uses swipe gesture ...
ie. <Drawer @leftSlideState="(open or close) => {}">
Any workaround is also welcome...
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great plugin!
I wonder if there is a way to know about slide state by gesture...
I know the this.$refs.drawer.isOpened() manually but I am looking for a way to get it by gesture and emit from the component.
Since the component uses swipe gesture ...
ie. <Drawer @leftSlideState="(open or close) => {}">
Any workaround is also welcome...
The text was updated successfully, but these errors were encountered: