mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
Merge pull request #2036 from clarkdo/fix_basic_csr
fix: basic.csr /head error
This commit is contained in:
commit
fe69b71631
@ -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