Reactivity with UseFetch
Hi i have a custom useFetch composable for fetching my data from an external API. In
I want to remove empty key in
I stuck on it. That's my files.
Thanks
/location page, when the user arrive, a first fetch is made with filterOptions (a reactive object that can have empty string at start), this page has a Filter component that content filters of the page and update filterOptions object according to user preferences.I want to remove empty key in
filterOptions when the request is been made without loosing reactivity(refetch when some of filterOptions change).I stuck on it. That's my files.
Thanks