Version
Reproduction link
Steps to reproduce
When you use the new fetch with <nuxt keep-alive>
and a query watcher this watcher is called even though the component is not active (but keeped-alive)
What is expected ?
It should not fetch
What is actually happening?
It fetches
https://codesandbox.io/s/youthful-archimedes-l3by4
Fetch should only occur on index route, to see the problem please navigate forth and back on the About page.
@Atinux could you please remove the need repro label