You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special chars aren't rendered properly. "é" instead of "é".
What would be the best place to fix this? Replace the entities with their counterpart in the API?
I'm quite new to Nuxt so advices would be appreciated :)
The text was updated successfully, but these errors were encountered:
Where are you seeing a special character? My guess is it's a title or some element that isn't using v-html. The best way would be to switch from {{ variableName }} to v-html="variableName".
Special chars aren't rendered properly. "é" instead of "é".
What would be the best place to fix this? Replace the entities with their counterpart in the API?
I'm quite new to Nuxt so advices would be appreciated :)
The text was updated successfully, but these errors were encountered: