⚡️ Make loadStatus asynchronous in onMounted lifecycle method
This commit is contained in:
@@ -250,8 +250,8 @@ watch(selectedFile, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
onMounted(() => {
|
onMounted(async () => {
|
||||||
loadStatus();
|
await loadStatus();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user