fix(ssr): AbstractHistory.parse error fix #704
This commit is contained in:
parent
a97c61d8e5
commit
4036bd8388
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export class AbstractHistory extends History {
|
|||
this.mode = 'abstract'
|
||||
}
|
||||
|
||||
parse(path) {
|
||||
parse(path = '') {
|
||||
let query = ''
|
||||
|
||||
const queryIndex = path.indexOf('?')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue