Skip to content

Commit

Permalink
Temp fix until docsifyjs#704 gets fixed:
Browse files Browse the repository at this point in the history
In order to use, just build then pack the dependency:
```
npm run build
npm pack packages/docsify-server-renderer/
```
  • Loading branch information
Jessé Liben committed Sep 9, 2019
1 parent 2fb5a11 commit a01afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/router/history/abstract.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class AbstractHistory extends History {
this.mode = 'abstract'
}

parse(path) {
parse(path = '') {
let query = ''

const queryIndex = path.indexOf('?')
Expand Down

0 comments on commit a01afd4

Please sign in to comment.