Change things
This commit is contained in:
parent
58597c8076
commit
aa697799bc
1 changed files with 5 additions and 4 deletions
|
@ -121,11 +121,12 @@
|
||||||
isLoading = b;
|
isLoading = b;
|
||||||
if (spinner) {
|
if (spinner) {
|
||||||
spinner.$set({ isLoading: b });
|
spinner.$set({ isLoading: b });
|
||||||
|
if (b) {
|
||||||
|
setTimeout(() => {
|
||||||
|
spinner.$set({ isLoading: false });
|
||||||
|
}, 3000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
spinner.$set({ isLoading: false });
|
|
||||||
}, 3000);
|
|
||||||
},
|
},
|
||||||
eventSources: [],
|
eventSources: [],
|
||||||
themeSystem: 'bootstrap5',
|
themeSystem: 'bootstrap5',
|
||||||
|
|
Loading…
Reference in a new issue