You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix compatibility with router/ directories (#146)
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#32.
0 commit comments