update playground

This commit is contained in:
Robert Soriano
2022-10-29 22:29:21 -07:00
parent 4bb2cdc2d2
commit b61dbd1786
3 changed files with 8 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ const addTodo = async () => {
}
const { data: todos, pending, error, refresh } = await $client.todo.getTodos.query()
console.log(typeof $client.todo.getTodos.query)
</script>
<template>