This commit is contained in:
Jonas Galvez 2018-08-06 06:32:39 -03:00 committed by Sébastien Chopin
parent 3f1d634fb7
commit 6db42ffbb5
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}
<% } %>