One thing you'll need to do when using Nuxt for mobile menus, is to make sure the mobile menu goes out of view when you click on an internal link.
To do this, we'll simply watch for route changes, and then hide the mobile menu when a route change is detected.