mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: spacing
This commit is contained in:
parent
3366268fb7
commit
2d66709932
@ -103,12 +103,12 @@ export interface AsyncDataExecuteOptions {
|
|||||||
* Instead of using `boolean` values, use `cancel` for `true` and `defer` for `false`.
|
* Instead of using `boolean` values, use `cancel` for `true` and `defer` for `false`.
|
||||||
* Boolean values will be removed in a future release.
|
* Boolean values will be removed in a future release.
|
||||||
*/
|
*/
|
||||||
dedupe?: boolean | 'cancel' | 'defer',
|
dedupe?: boolean | 'cancel' | 'defer'
|
||||||
/**
|
/**
|
||||||
* Do not use potentially cached data from getCachedData and perform a new request
|
* Do not use potentially cached data from getCachedData and perform a new request
|
||||||
* @default false
|
* @default false
|
||||||
*/
|
*/
|
||||||
force?: boolean,
|
force?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface _AsyncData<DataT, ErrorT> {
|
export interface _AsyncData<DataT, ErrorT> {
|
||||||
|
Loading…
Reference in New Issue
Block a user