useFetch automatically fetching even when watch is disabled
I have the following code snippet:
Ref
Ref
block is connected via v-model to input element. When I type into that element and block gets updated, it auto starts fetching. I want this to only be fetched when I manually run execute() - am I missing something?