chore: revert vue-router temp fix (#5490)

This commit is contained in:
Xin Du (Clark) 2019-04-16 13:38:25 +01:00 committed by GitHub
parent afd8a40c0e
commit 30c2b9542e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ function tokensToFunction(tokens) {
continue
}
const value = data[token.name || 'pathMatch']
const value = data[token.name]
let segment
if (value == null) {