-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt 2 / DOM issues (client/server mismatch) #164
Comments
Which version of VueAwesome are you using? |
What's good @Justineo! Looks like 4.0.2. |
Would you please check if the problem still exists if you revert back to v3.0.5? |
Sure, now getting this (with no icons showing):
|
Plus this warning before:
|
It seems to work with icon name "beer" but not "volume-mute" even though I was previously able to use "volume-mute" and it's not part of PRO |
@sethmills21 I ran into a similar issue and this fixed it for me:
Note that we're not requiring the entire icon library (which reduces your bundle size significantly). In component:
|
Hi there!
I have implemented vue-awesome in my vue/nuxt project and am now noticing in the console that I am getting this error regarding a mismatch between client-side and server-side:
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
I have followed all instructions for using vue-awesome in nuxt2
From nuxt.config:
From plugins:
Then from component:
Been debugging for hours and still scratching my head, would greatly appreciate any help! ```
The text was updated successfully, but these errors were encountered: