I'm not sure if you can destructure route params like that you might need to call route.params.id if you want to get id. Also, you might need to watch id
•Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 12/21/2023 in #❓・help
Organize folders?
As far as i know there is. profile.vue will be like parent wrapper for each of page under your profile folder and you just have to put <nuxt-page/> inside it to render each route.