Skip to content

Commit e35959b

Browse files
committed
chore: playground
1 parent 06f99fe commit e35959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/pages/users/tq-query.[id].vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ const {
169169
<code>fetchStatus: {{ fetchStatus }}</code>
170170
</p>
171171
<pre v-if="tqError">Error: {{ tqError }}</pre>
172-
<pre v-else>{{ tqUser == null ? String(tqUser) : tqUser }}</pre>
172+
<pre>data: {{ tqUser == null ? String(tqUser) : tqUser }}</pre>
173173
</main>
174174
</template>

0 commit comments

Comments
 (0)