Static GitHub Issues

[2684] Is it possible to recall actions from asyncData?

prev: How to customized nuxt-error.vue
next: router.back() not working in SPA

So, I have some axios call in asyncData, after while i would like to recall this action again, is it possible to call asyncData as a one big function again from created hook e.g.? Something like this.asyncData() ?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2334">#c2334</a>)</em></sub></div>