feat: add subscription types

This commit is contained in:
Robert Soriano
2022-10-31 10:06:41 -07:00
parent 3bfd3585b3
commit d5d211d2a8
3 changed files with 35 additions and 10 deletions

View File

@@ -28,7 +28,6 @@ const { data: todos, pending, error, refresh } = await $client.todo.getTodos.que
trpc: {
abortOnUnmount: true,
},
immediate: true,
})
</script>