useAsyncData doesnt refetch the data
i got this code
page Media.vue
composable method
My probleme is every time i click on a click folder in a my Ui this change the route.query.folder example : folder="default" => folder="pages"
But i dont know why the data its not refeched despite folderName change(verified with a watch) and the watch on my useAsyncData
the only query cache i saw its the first so when i arrive in the page its the "list-media-default"
I need to reload the page to see the new result
0 Replies