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: do not include index in path when there is no corresponding index.vue #147

Merged
merged 1 commit into from
May 19, 2020

Conversation

ktsn
Copy link
Owner

@ktsn ktsn commented May 19, 2020

Let's say the below case:

-- a/
    |- index/
        |- b.vue

vue-route-generator generates a route with path: '/a/index/b' which is wrong. Expected route is with path: '/a/b'.

@ktsn ktsn merged commit c4bb818 into master May 19, 2020
@ktsn ktsn deleted the fix-invalid-path branch May 19, 2020 10:59
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.

1 participant