Skip to content

Commit 146aac8

Browse files
committed
Update link.ts
1 parent d268021 commit 146aac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue3/src/link.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface InertiaLinkProps {
2121
onCancel?: () => void
2222
onSuccess?: () => void
2323
queryStringArrayFormat?: 'brackets' | 'indices'
24-
async: boolean
24+
async?: boolean
2525
}
2626

2727
type InertiaLink = DefineComponent<InertiaLinkProps>

0 commit comments

Comments
 (0)