useFetch doesn't send new query
Hello, unfortunately I couldn't really find a simple answer to my problem.
I have this
If a change
I'm also watching both values and refresh them like this:
How can I active
I have this
useFetch:selectedTypes is an array of multiple selected items of a USelectMenu Nuxt UI element and search a storeToRefs from Pinia.If a change
search the new value of it will properly be send to the API, but if I select something else in selectedTypes it will always use the first value and not the updated one.I'm also watching both values and refresh them like this:
How can I active
selectedTypes being send properly withe changed value without much overhead?