We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to manuly trigger menu
The text was updated successfully, but these errors were encountered:
You should use https://github.com/mbj36/vue-burger-menu#open-state
Example:
In your code you just set this.isOpen = true / false And update this.isOpen state using https://github.com/mbj36/vue-burger-menu#menu-events to make sure it matches the Slide state
Sorry, something went wrong.
I had the same issue, but i don't understand your example @ton77v . What needs to happen on these menu events? and when do i set isOpen to true/false.
It will be easier if you share some code, and I will try to explain what to add
No branches or pull requests
How to manuly trigger menu
The text was updated successfully, but these errors were encountered: