mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: typo fixed missing closing angle bracket (#28880)
This commit is contained in:
parent
da6e9706fc
commit
fcf023e611
@ -114,7 +114,7 @@ function useAsyncData<DataT, DataE>(
|
||||
key: string,
|
||||
handler: (nuxtApp?: NuxtApp) => Promise<DataT>,
|
||||
options?: AsyncDataOptions<DataT>
|
||||
): Promise<AsyncData<DataT, DataE>
|
||||
): Promise<AsyncData<DataT, DataE>>
|
||||
|
||||
type AsyncDataOptions<DataT> = {
|
||||
server?: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user