Static GitHub Issues

[2668] Nuxt i18n: Text dissapear for first time

prev: Leave transition hook is called on one page when it's in fact another page leaving
next: Can't load svg from dynamic src

I have a layout and have some component on it, use i18n in nuxt example (https://nuxtjs.org/examples/i18n/), but when the is reload from HMR or click on a link then change to this layout for the first time, the text not show but if I refresh browser in this page my text display correctly.

Ps. The component in .vue in pages folder not have the problem as above

My Layout file <img width="653" alt="screen shot 2561-01-22 at 23 02 26" src="https://user-images.githubusercontent.com/7685075/35230421-8dcba9be-ffc8-11e7-94d9-82dd6bd5b458.png">

Expected: <img width="201" alt="screen shot 2561-01-22 at 23 07 07" src="https://user-images.githubusercontent.com/7685075/35230615-1be0984a-ffc9-11e7-8d11-d711653d70ec.png">

Result: <img width="258" alt="screen shot 2561-01-22 at 23 03 32" src="https://user-images.githubusercontent.com/7685075/35230423-8e0bcf26-ffc8-11e7-886c-5378d3e25ed1.png">

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