Hello,
I have two layouts in my project default.vue
and error.vue
. If i go to 404 page, and back to a previous page (using router.go(-1)
or browser's button), layout do not change on default
from error
.
Roadmap:
- I enter in home page (width of body is 100%)
- I go to 404 page (width of body is 100vw)
- I back to home page (width of body is 100vw)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2173">#c2173</a>)</em></sub></div>