Home

Issue: 1791

[Bug] Pages mount twice

[issue link]

In the “spa mode” with a “custom layout” pages will be mounted twice!

screen shot 2017-10-06 at 7 09 18 pm

In a fresh clone of nuxt.js, I just added this line in nuxt.config.js to use spa mode:
mode: 'spa',

then I created a custom layout (‘layouts/custom.vue’) with the exact contents of the default layout (‘layouts/default.vue’), and I used the custom layout in “pages/index.vue”

This bug only exists in SPA mode with a custom layout. But in SSR mode or with the default layout it works fine.

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