mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
force calling middleware from error page
This commit is contained in:
parent
09b019f6ec
commit
fb7b856343
@ -71,7 +71,6 @@ function callMiddleware (Components, context, layout) {
|
||||
}
|
||||
return middleware[name]
|
||||
})
|
||||
if (this.$options._nuxt.err) return
|
||||
return promiseSeries(midd, context)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user