Skip to content

Commit

Permalink
fix(ssr): AbstractHistory.parse error fix #704
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 31, 2019
1 parent a97c61d commit 4036bd8
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 4036bd8

Please sign in to comment.