mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix typo (#3842)
This commit is contained in:
parent
7c0d2e176c
commit
8bb02be218
@ -36,7 +36,7 @@ const {
|
||||
* _server_: whether to fetch the data on server-side (defaults to `true`)
|
||||
* _transform_: a function that can be used to alter `handler` function result after resolving
|
||||
* _pick_: only pick specified keys in this array from `handler` function result
|
||||
* _watch_: watch reactive sources to auto refrash
|
||||
* _watch_: watch reactive sources to auto refresh
|
||||
|
||||
Under the hood, `lazy: false` uses `<Suspense>` to block the loading of the route before the data has been fetched. Consider using `lazy: true` and implementing a loading state instead for a snappier user experience.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user