update
This commit is contained in:
parent
48e7799edf
commit
4fbcd59183
2 changed files with 1 additions and 28 deletions
|
@ -31,9 +31,7 @@ LoadingBar.newInstance = properties => {
|
|||
},
|
||||
component: loading_bar,
|
||||
destroy () {
|
||||
setTimeout(function() {
|
||||
document.body.removeChild(document.getElementsByClassName('ivu-loading-bar')[0].parentElement);
|
||||
}, 500);
|
||||
document.body.removeChild(document.getElementsByClassName('ivu-loading-bar')[0]);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue