mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
ebcf33ed54
commit
9487fd603b
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@ export const Loading = {
|
||||
|
||||
if (el) {
|
||||
setTimeout(() => {
|
||||
el.className += " is-hide";
|
||||
el.classList.add("is-hide");
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user