In this lesson, learn how to handle errors caused by failed requests with useFetch
. When working with errors from useFetch
in a Nuxt app, it’s important to remember that error’s can happen even after initial page load, as requests can be sent again at various times throughout the life of the page.
Links