mbj36 / vue-burger-menu

🍔 An off-canvas sidebar Vue component - https://vue-burger-menu.netlify.app/
MIT License
768 stars 111 forks source link

fix: remove document selector code. using refs is safer. #131

Closed nguyenphucthanh closed 7 months ago

nguyenphucthanh commented 2 years ago

Hi. Please check my pull request. As I checked in your code base, the 'document.querySelector' codes was removed in Menu.vue. However in another merge you did later, you added those code back and it created a big issue where there are multiple instances of Slide.

Thank you.