[Bug] Pages mount twice
[issue link]In the “spa mode” with a “custom layout” pages will be mounted twice!
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.