nuxtjs layout is making vuetify overlay stop working I have a login layout and another default, After logging in I'm redirected to the dashboard screen. if I enter through the browser http: // myurl / dashboard the overlay closes when I click. if I log in to http: // myurl / login and after login I redirect (self. $ nuxt. $ router.replace ({path: '/ dashboard')) to dashboard. the click on orverlay stops working I tested it without using nuxtjs and it worked, so I think there is something from nuxtjs that is breaking some js from vuetify, but it does not generate any errors
i tested! nuxtjs not work with vuetify 16.8 only 16.1 broken navigation drawer overlay
I tested with version 16.1 and it works, in version 16.8 does not work the click of the overlay in navigationdrawer when we use different layouts in nuxtjs
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1699">#c1699</a>)</em></sub></div>