Nuxt introduced a new [`fetch` with their 2.12 release](https://nuxtjs.org/api/pages-fetch), which allows using it on components instead of just pages. `vue-class-component` seems to be entirely ignoring the hook. I've put together an example to reproduce the issue [here](https://codesandbox.io/s/zen-kowalevski-vp8om).