Kittensmakemesmile
Nuxt 3 says 'product' is not defined but it is.
Here is a reproduction https://stackblitz.com/edit/github-bqbsvw?file=pages%2Fproducts%2F%5Bid%5D.vue
I am following along with https://www.youtube.com/watch?v=L9suY4qAFrQ&list=PL4cUxeGkcC9haQlqdCQyYmL_27TesCGPC&index=10 and my code should be working, if I comment out any mention of
product
and refresh it works fine, if I then uncomment them then it will work for a bit before saying that 'product is undefined'.
What am I doing wrong?21 replies