bump: 3.5.0
This commit is contained in:
parent
8f11653b41
commit
96bc09211e
7 changed files with 13 additions and 6 deletions
|
|
@ -386,6 +386,7 @@ function toURL (path, params) {
|
|||
|
||||
route.query = merge({}, route.query, params);
|
||||
path = route.path + stringifyQuery(route.query);
|
||||
path = path.replace(/\.md/g, '');
|
||||
|
||||
return cleanPath('#/' + path)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue