Explorar o código

Loading: remove parent class when directive is unbound

Leopoldthecoder %!s(int64=7) %!d(string=hai) anos
pai
achega
42849a89fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/loading/src/directive.js

+ 1 - 0
packages/loading/src/directive.js

@@ -107,6 +107,7 @@ exports.install = Vue => {
         el.mask &&
         el.mask.parentNode &&
         el.mask.parentNode.removeChild(el.mask);
+        toggleLoading(el, { value: false, modifiers: binding.modifiers });
       }
     }
   });