iamshaunjp / nuxt-3-tutorial

All course files for the Nuxt 3 course on Net Ninja Pro and the Net Ninja YouTube channel.
123 stars 68 forks source link

useQuery() no longer supported #4

Open peteeveleigh opened 11 months ago

peteeveleigh commented 11 months ago

It seems useQuery() which is referenced in lesson #12 is no longer supported. Use getQuery() instead.

https://www.jsdocs.io/package/h3#getQuery

Likewise useBody() should now be readBody()

daUhradone commented 8 months ago

same experience here

works as expected with "get"