vuetify 16.8 not work with nuxtjs lastest version only 16.1
[issue link]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