https://codesandbox.io/s/codesandboxnuxt-tnli2?fontsize=14
nuxt.config.js add to build section splitChunks:{layouts: false, pages: false},
scroll down until it becomes visible
prefetch route link
exception in console Uncaught TypeError: Component(...).catch is not a function at VueComponent.prefetch
Help :)
So in that case components can't be preloaded because they are not lazy loaded (are already preloaded). I'll create a fix for catching the error.
I ran yarn install, it updated some packages and now I'm having the same error as I load the page. Is it fixed?

@edum18 it's fixed in nuxt 2.7.2
I'm using nuxt 2.10.1 and still run into this issue.
@siegy22 please create a new issue with a reproduction repo and a reference to this one
@manniL I'm trying to isolate it, but it's pretty hard as it's not consistent throwing that Error. 馃