We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d268021 commit 146aac8Copy full SHA for 146aac8
packages/vue3/src/link.ts
@@ -21,7 +21,7 @@ export interface InertiaLinkProps {
21
onCancel?: () => void
22
onSuccess?: () => void
23
queryStringArrayFormat?: 'brackets' | 'indices'
24
- async: boolean
+ async?: boolean
25
}
26
27
type InertiaLink = DefineComponent<InertiaLinkProps>
0 commit comments