vue-burger-menu icon indicating copy to clipboard operation
vue-burger-menu copied to clipboard

🍔 An off-canvas sidebar Vue component - https://vue-burger-menu.netlify.app/

Results 65 vue-burger-menu issues
Sort by recently updated
recently updated
newest added
trafficstars

I saw bm-overlay partially covers the view behind. See the screenshots above. This happens when the view has a google map or scrollable area. I also found tag is shown...

I ran into an issue where my font changed when I would open and close the menu. When the bm-overlay class is added to the body it is a string...

This PR includes a few updates and bug fixes: * Minor performance updates for static front end code * Fixed touch events for opening and closing the menu * Prevent...

It's impossible to listen to camelCase events when using in-DOM templates, i.e. @closeMenu and @openMenu listeners won't work in this case. Renaming the events will solve this. Thanks!

Hi, I want to use dropdown menus inside Slider menu, but when item is clicked, the Slider get closed. How to prevent closing event from being triggered in this case...

What about Menu levels and each level open in a new replacement sidebar

Hi, I'm getting the following behavior when menu is open: ![image](https://user-images.githubusercontent.com/20289065/56003012-f3109e80-5c81-11e9-9101-407e756c9bb3.png) ![image](https://user-images.githubusercontent.com/20289065/56003127-77632180-5c82-11e9-81ab-1ea0b6d1ae19.png) For some reason the text in elements disappear when the menu is open.

It's on the left side by defualt and i havent found anything in the documents on how to move it. So i'm wondering if it's possible and if so, how?

In my app I have a PushRotate menu on the right-hand side. One of the links has an additional click.native callback attached: Logout In the callback handler I call a...

Could not load existing sourcemap ParcelJS: 1.12.3 VueJS: 2.6.10 ```` node_modules\vue-burger-menu\dist\vue-burger-menu.common.js:579:85: Unterminated regular expression (579:85) 577 | css += '\n/*# sourceURL=' + sourceMap.sources[0] + ' */' 578 | // http://stackoverflow.com/a/26603875...