This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
3.4.1
Updates 3.4.1
- Scroll Listener: Only attach the close scroll event listener when opened and immediately remove it when menu is closed to prevent it being called unnecessarily.
- Dependencies: Removed Vue as a dependency as it never really was one since v3.0.0.
- Dependencies: Ran
npm audit fix
to fix vulnerabilities found from dependencies.