mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
chore: revert vue-router temp fix (#5490)
This commit is contained in:
parent
afd8a40c0e
commit
30c2b9542e
@ -459,7 +459,7 @@ function tokensToFunction(tokens) {
|
||||
continue
|
||||
}
|
||||
|
||||
const value = data[token.name || 'pathMatch']
|
||||
const value = data[token.name]
|
||||
let segment
|
||||
|
||||
if (value == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user