Home

Issue: 2013

layouts and double initialize component

[issue link]

Hi!
I use latest nuxt and i have problem with double initialize component which rendering in layout .
I have layout named “main” and default route ("/") which must rendered in the “main layouts” using component “logreg.vue”.
When default route rendering i see 3 initialization logreg.vue component.
screen shot 2017-11-02 at 22 21 32
layouts/main.vue
screen shot 2017-11-02 at 22 26 33
pages/index.vue
screen shot 2017-11-02 at 22 27 32
result after loading page
screen shot 2017-11-02 at 22 32 50
nuxt.config.js
Sorry for concern but did not find a solution to this problem

This bug report is available on Nuxt.js community (#c1788)