So I'm running an application with Nuxtjs/Vue and recently we decided to update vuetify to the latest version (2.0), but something strange is happening.
While the user navigate through, everything works just fine and all the meta and link tags are inside head tag, but when the user open the right navigation drawer the icon that was working and his action were open the drawer turns into text here and the whole system lose the imported google font (https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons) and display the default font here. The way that were supposed to be: here.
As you can see most of icons turns into text too here and here , but the strangest thing here is that if I right click on the navigation drawer all the meta and link tags that were gone when he clicked to open the navigation drawer return to the head tag and everything now works until I click to open the drawer again.
I mentioned the vuetify update because when we were using 1.3.x everything was working perfectly and we never had something like this before.
I'm almost sure that is something about the way that this is being imported but i didn't find anything useful about this in the documentation neither other places and I don't know if this is related to vuetify too.
Obs.: Not all icons turns into text when this happens only material design icons
The question here is why are the meta and link tags missing on click and how is it possible they return too?