Beginner question - Hydration problem on computed property
Hello everyone, i'm new to Nuxt 3, had a good knowledge of Vue 3, but i'm facing an error which drive me crazy.
I've an computed data which came from an Pinia getters, and, based on this data, i'm trying to make a dynamic button link and text. And i have two Hydration problem...
Here's some code :
I'm using axios instead of
So, if any good soul can help me...
I've an computed data which came from an Pinia getters, and, based on this data, i'm trying to make a dynamic button link and text. And i have two Hydration problem...
Here's some code :
layouts/default.vuestores/auth.tsI'm using axios instead of
useFetch because i've some habits with it and i didn't see how can i put some default parameters on $fetch (like baseURL or headers). That may be my problem ??So, if any good soul can help me...
