Skip to content

Commit

Permalink
Fix Vue type overrides for $page and $inertia. (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored Jan 18, 2023
1 parent 5f35114 commit 8205b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export { usePage } from './app'
export { default as createInertiaApp } from './createInertiaApp'
export { default as Head } from './head'
export { default as Link } from './link'
export * from './types'
export { default as useForm } from './useForm'
1 change: 1 addition & 0 deletions packages/vue3/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export { usePage } from './app'
export { default as createInertiaApp } from './createInertiaApp'
export { default as Head } from './head'
export { default as Link } from './link'
export * from './types'
export { default as useForm } from './useForm'
export { default as useRemember } from './useRemember'

0 comments on commit 8205b5f

Please sign in to comment.