mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
fix(ssr): AbstractHistory.parse error fix #704
This commit is contained in:
@@ -7,7 +7,7 @@ export class AbstractHistory extends History {
|
||||
this.mode = 'abstract'
|
||||
}
|
||||
|
||||
parse(path) {
|
||||
parse(path = '') {
|
||||
let query = ''
|
||||
|
||||
const queryIndex = path.indexOf('?')
|
||||
|
||||
Reference in New Issue
Block a user