mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: remove duplicate entry for default
option (#4519)
delete the duplicated `default` parameter description.
This commit is contained in:
parent
648a70e97b
commit
28cf9fed28
@ -41,7 +41,6 @@ type DataT = {
|
||||
* _pick_: only pick specified keys in this array from the `handler` function result
|
||||
* _watch_: watch reactive sources to auto-refresh
|
||||
* _initialCache_: When set to `false`, will skip payload cache for initial fetch. (defaults to `true`)
|
||||
* _default_: A function that returns the default value (before the handler function returns its value).
|
||||
|
||||
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