mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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) {
|
||||
if (this._pathChanged === false && this._queryChanged === false) return next()
|
||||
console.log('Render')
|
||||
|
||||
// nextCalled is true when redirected
|
||||
let nextCalled = false
|
||||
|
Loading…
Reference in New Issue
Block a user