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: fix compatibility with router/ directory #146

Merged
merged 1 commit into from
Oct 20, 2019

Conversation

haoqunjiang
Copy link
Contributor

@haoqunjiang haoqunjiang commented Oct 18, 2019

The resolve method in GeneratorAPI only accepts one argument, we
need to join the paths manually.

@vue/cli-plugin-router v4 is directory-based by default so this is a
critical compatibility fix.

Fixes #32.

The `resolve` method in `GeneratorAPI` only accepts one argument, we
need to join the path manually.

@vue/cli-plugin-router v4 is directory-based by default so this is a
critical compatibility fix.

Fixes Akryum#32.
@haoqunjiang haoqunjiang changed the title fix: fix compatibility with router/ directories fix: fix compatibility with router/ directory Oct 18, 2019
@Akryum Akryum merged commit df54a25 into Akryum:master Oct 20, 2019
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.

Generator won't work for directory based router and store
2 participants