diff --git a/playground/src/pages/users/tq-query.[id].vue b/playground/src/pages/users/tq-query.[id].vue index 046352de9..861fed918 100644 --- a/playground/src/pages/users/tq-query.[id].vue +++ b/playground/src/pages/users/tq-query.[id].vue @@ -4,15 +4,39 @@ const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms)) @@ -42,6 +68,11 @@ const {

defineQueryLoader()

User: {{ route.params.id }}
+ +
Controls @@ -64,6 +95,12 @@ const {

status: {{ status }} +
+ isLoading: {{ isLoading }} +
+ isFetching: {{ isFetching }} +
+ isPending: {{ isPending }}
fetchStatus: {{ fetchStatus }}