[Vuejs]-Nuxt 3 cannot retrieve dynamic param on API GET function

0👍

const city= getQuery(event).city; 

https://github.com/nuxt/nuxt/discussions/20938 (same question I asked)
I don’t undesrtand why I can’t find any documentation about this getQuery() method

Leave a comment