Static GitHub Issues

[2730] @ sign inside a text only line breaks client on side

prev: asyncdata undefined on mobile
next: Nuxt apollo subscription 400 (Bad Request)

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 😄

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2371">#c2371</a>)</em></sub></div>