GFoniX
Cannot stringify arbitrary non-POJOs RefImpl
Hello, I would like to migrate a project from Nuxt 2 to Nuxt 3.
So I'm exploring a bit, and I'm trying to familiarize myself with
useFetch
.
The problem is that I just created a project (completely empty),
And when I try to use useFetch
, I get an error message and I can't use it as in the documentation.
Here's my code:
pages/index.vue
package.json
Response:
What i'm doing wrong ?4 replies