Rework fetch behaviour
Closed this issue · 1 comments
vhf commented
- Use axios instead of fetch: https://axios.nuxtjs.org/usage
- Do it in
asyncData
orfetch
to get rid of the loading glitch and make it work in SSR
Closed this issue · 1 comments
asyncData
or fetch
to get rid of the loading glitch and make it work in SSR