mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix: basic.csr /head error
This commit is contained in:
parent
f5fa44d8aa
commit
3ccc57502b
@ -192,7 +192,6 @@ function callMiddleware (Components, context, layout) {
|
|||||||
|
|
||||||
async function render (to, from, next) {
|
async function render (to, from, next) {
|
||||||
if (this._pathChanged === false && this._queryChanged === false) return next()
|
if (this._pathChanged === false && this._queryChanged === false) return next()
|
||||||
console.log('Render')
|
|
||||||
|
|
||||||
// nextCalled is true when redirected
|
// nextCalled is true when redirected
|
||||||
let nextCalled = false
|
let nextCalled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user