mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
hotfix (#3634)
This commit is contained in:
parent
3f1d634fb7
commit
6db42ffbb5
@ -376,7 +376,7 @@ async function render (to, from, next) {
|
||||
// If not redirected
|
||||
if (!nextCalled) {
|
||||
<% if (loading) { %>
|
||||
if (this.$loading.finish) {
|
||||
if (this.$loading.finish && !this.$loading.manual) {
|
||||
this.$loading.finish()
|
||||
}
|
||||
<% } %>
|
||||
|
Loading…
Reference in New Issue
Block a user