https://codesandbox.io/s/3vq7kyowz5
click '404page'
like click 'About page'
'404page' flickers/jumps to top
Looks like this is probably because of a CSS quirk. Throw a border around the container in error.vue. to see why it jumps.
Reference:
https://github.com/nuxt/nuxt.js/blob/dev/packages/vue-app/template/components/nuxt-error.vue
Looks like this is probably because of a CSS quirk. Throw a border around the container in error.vue. to see why it jumps.
Reference:
https://github.com/nuxt/nuxt.js/blob/dev/packages/vue-app/template/components/nuxt-error.vue
thanks,the root element CSS need
position: absolute;
Is the issue resolved? @cel533
@manniL I think we can mark this issue as resolved.