3 Replies
Easiest way to figure out where it is comming from is opening the page. once with javascript enabled and once with javascript disabled.
Now you can see which object causes the mismatch.
the mismatch is happening on the <nav>
On the warning you can see the classes applied on the server and the ones applied on the client
Have you enabled SSR in vuetify?