more cleaning
This commit is contained in:
parent
e1c1d7ea39
commit
7e176262cc
2 changed files with 0 additions and 2 deletions
|
|
@ -149,7 +149,6 @@ async function uploadFile() {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(props.endpoint);
|
||||
const result = await $fetch(props.endpoint, { method: "POST", body: form });
|
||||
open.value = false;
|
||||
file.value = undefined;
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@
|
|||
</template>
|
||||
</draggable>
|
||||
<div class="mt-2 text-center w-full text-sm text-zinc-600">highest</div>
|
||||
<span class="text-zinc-100">{{ game.versions }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue