mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore(deps): update @nuxt/loading-screen to 2.0.0-rc.4
This commit is contained in:
parent
f8c0b781ab
commit
2faa30259f
@ -63,7 +63,7 @@
|
||||
"@nuxt/components": "^0.3.4",
|
||||
"@nuxt/core": "2.12.1",
|
||||
"@nuxt/generator": "2.12.1",
|
||||
"@nuxt/loading-screen": "^2.0.0-rc.3",
|
||||
"@nuxt/loading-screen": "^2.0.0-rc.4",
|
||||
"@nuxt/opencollective": "^0.3.0",
|
||||
"@nuxt/telemetry": "^0.0.9",
|
||||
"@nuxt/webpack": "2.12.1"
|
||||
|
@ -77,7 +77,7 @@ export default {
|
||||
return
|
||||
}
|
||||
this._connecting = true
|
||||
this.sse = new EventSource('<%= nuxtOptions._loadingScreenBaseURL %>/sse')
|
||||
this.sse = new EventSource('<%= nuxtOptions.build.loadingScreen.baseURLAlt %>/sse')
|
||||
this.sse.addEventListener('message', event => this.onSseMessage(event))
|
||||
},
|
||||
onSseMessage (message) {
|
||||
|
Loading…
Reference in New Issue
Block a user