Commit 096dbddf authored by 杨奕's avatar 杨奕 Committed by GitHub

Loading: fix after-leave execution when init value is false (#9722)

parent cbf033a7
...@@ -100,7 +100,7 @@ loadingDirective.install = Vue => { ...@@ -100,7 +100,7 @@ loadingDirective.install = Vue => {
el.mask = mask.$el; el.mask = mask.$el;
el.maskStyle = {}; el.maskStyle = {};
toggleLoading(el, binding); binding.value && toggleLoading(el, binding);
}, },
update: function(el, binding) { update: function(el, binding) {
......
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