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: omit index from route name #148

Merged
merged 1 commit into from
May 19, 2020
Merged

fix: omit index from route name #148

merged 1 commit into from
May 19, 2020

Conversation

ktsn
Copy link
Owner

@ktsn ktsn commented May 19, 2020

BREAKING CHANGE: route name no longer includes index. e.g. /users/index.vue generates a route with the route name users instead of users-index.

fix #143

BREAKING CHANGE: route name no longer includes index. e.g. `/users/index.vue` generates a route with the route name `users` instead of `users-index`.
@ktsn ktsn merged commit 6913693 into master May 19, 2020
@ktsn ktsn deleted the exclude-index-from-name branch May 19, 2020 11:55
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.

Omit index in route name
1 participant