@ sign inside a text only line breaks client on side
[issue link]I’m using nuxt 1.3.0 and generating and deploying to github pages.
Having something like this inside a component template loads the ssr page but then wipes all content as client side kicks in.
<h3>
andreas@larsenwork.com
</h3>
but this works fine:
<h3>andreas@larsenwork.com</h3>
You can see me code here: https://github.com/larsenwork/larsenwork.github.io/blob/dev/components/navigation.vue#L56 and I’d gladly help debugging more if I get some pointers on how to do it 😄