mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
task API
The Task API allows for an easy way to create long-lived tasks that require reporting back to user with progress/logs. It will be used in the upcoming game importing.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<UserHeader />
|
||||
<div class="grow flex">
|
||||
<NuxtPage />
|
||||
{{ test }}
|
||||
</div>
|
||||
<UserFooter />
|
||||
</content>
|
||||
@@ -15,4 +16,6 @@ useHead({
|
||||
return `Drop`;
|
||||
},
|
||||
});
|
||||
|
||||
const test = useTask("test");
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user