I want to use pre-configured Axios in most of my components, but not to write "import api from '~/components/api.js';" any time. How can I register it globally? (especially with access to request, as I'll need to fetch JWT tokens from cookies on server-side)
<!--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/c1619">#c1619</a>)</em></sub></div>