Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Vue type overrides for $page and $inertia. #1393

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Fix Vue type overrides for $page and $inertia. #1393

merged 1 commit into from
Jan 18, 2023

Conversation

jessarcher
Copy link
Member

This PR fixes a TypeScript issue where references to $page and $inertia in a component's <template> would show as undefined because the Vue module overrides from types.ts were not being picked up.

Fixes #1382

@reinink reinink merged commit 8205b5f into master Jan 18, 2023
@reinink reinink deleted the type-fixes branch January 18, 2023 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$page type not defined
2 participants