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.

layouts/main.vue

pages/index.vue

result after loading page

nuxt.config.js
Sorry for concern but did not find a solution to this problem