docs(table): correct spelling (#1340)

This commit is contained in:
Richard van Driest
2024-02-09 11:40:02 +01:00
committed by GitHub
parent e1fb8e438d
commit e23d4aaf53

View File

@@ -156,7 +156,7 @@ const { data, pending } = await useLazyFetch(() => `/api/users?orderBy=${sort.va
```
::callout{icon="i-heroicons-light-bulb" to="https://nuxt.com/docs/api/composables/use-fetch#params" target="_blank"}
We pass a function to `useLazyFetch` here make the url reactive but you can use the `query` / `params` options alongside `watch`.
We pass a function to `useLazyFetch` here to make the url reactive but you can use the `query` / `params` options alongside `watch`.
::
#### Custom sorting