Skip to content

Commit d832d7e

Browse files
committed
fix typo
1 parent 7a91c57 commit d832d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/plugins/tanstack-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const onCreate = () => {
422422
</div>
423423
</template>
424424
```
425-
::: tip
425+
:::tip
426426
If the query parameters are not constant, you need to wrap the query in a `computed` to make it reactive.
427427
```ts
428428
const queryParams = computed(() => ({

0 commit comments

Comments
 (0)