Commit 42849a89 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Loading: remove parent class when directive is unbound

parent c69adb04
......@@ -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 });
}
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment