-
Notifications
You must be signed in to change notification settings - Fork 12
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
Locale code has similar part as page name #99
Labels
bug
Something isn't working
Comments
probably regexp should looks like this:
|
Hi! Thanks for the detailed explanation, i'll look at it, weird i didn't catch it |
Should probably make a big cleanup of the code, sorry you had to dig in that 😅 |
victorgarciaesgi
added a commit
that referenced
this issue
Jun 8, 2023
Fixed in |
Thanks for fixing it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the project config:
and page with name
cart.vue
As cart.vue is similar 'ca' locale code generation of this route definition will be broken.
This condition will return true and
} else if (route.name && !isLocaleRoute) {
will not be achievedExpected result:
route for cart page is generating
The text was updated successfully, but these errors were encountered: