diff --git a/playground/pages/reactive.vue b/playground/pages/reactive.vue index fe4ab5d..6a2fffc 100644 --- a/playground/pages/reactive.vue +++ b/playground/pages/reactive.vue @@ -6,9 +6,7 @@ const id = ref(1) // watch: [id] // }) -const { data: todo, pending, error, refresh } = await $client.todo.getTodo.useQuery(id, { - watch: [id], -}) +const { data: todo, pending, error, refresh } = await $client.todo.getTodo.useQuery(id)