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

router: don't use next() in router guards #4783

Merged
merged 1 commit into from
Dec 27, 2023
Merged

router: don't use next() in router guards #4783

merged 1 commit into from
Dec 27, 2023

Conversation

brunnre8
Copy link
Member

Vue wants to get rid of the next call.
https://router.vuejs.org/guide/advanced/navigation-guards.html#Optional-third-argument-next

For one of the router guards, it's easy enough to do so let's do that.

Vue wants to get rid of the next call.
https://router.vuejs.org/guide/advanced/navigation-guards.html#Optional-third-argument-next

For one of the router guards, it's easy enough to do so let's do
that.
@MaxLeiter MaxLeiter merged commit 083abae into master Dec 27, 2023
10 checks passed
@MaxLeiter MaxLeiter deleted the router-api branch December 27, 2023 00:49
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.

None yet

2 participants