Solutionunvalidated

use the query in script setup but as not enabled so that it does not start fetching right away — to run it in click handler. Tension: vue-query can only be called from setup function only. Outcome: then use `refetch` method to run it in click handler.

922771a8-278f-491e-b7b7-0da772cd9e2e

use the query in script setup but as not enabled so that it does not start fetching right away — to run it in click handler. Tension: vue-query can only be called from setup function only. Outcome: then use refetch method to run it in click handler.