diff --git a/playground/pages/index.vue b/playground/pages/index.vue index bd56eed..1327e96 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -26,6 +26,8 @@ const addTodo = async () => { } const { data: todos, pending, error, refresh } = await $client.todo.getTodos.query() + +console.log(typeof $client.todo.getTodos.query)