Timkor
Timkor
### What problem does this feature solve? Would be nice to render XML sitemaps, RSS feeds, Google Shopping feeds and similar stuff using Nuxt.js. #### Why do I think this...
### Version [v2.8.1](https://github.com/nuxt.js/releases/tag/v2.8.1) ### Reproduction link [https://codesandbox.io/s/codesandbox-nuxt-lfoy3?fontsize=14](https://codesandbox.io/s/codesandbox-nuxt-lfoy3?fontsize=14) ### Steps to reproduce Click the `Change query randomly` to see `asyncData` working. It will update the current route's query and display this...
### What problem does this feature solve? Although there are some [caveats using streaming in SSR](https://ssr.vuejs.org/guide/streaming.html#streaming-caveats). It's still possible to stream some important tags in the `` section, such as:...
### What problem does this feature solve? Routes are now able to be prefetched similair to quicklink. The problem is that there still needs to be data fetched for some...