mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 08:53:04 +10:00
more cleaning
This commit is contained in:
@@ -149,7 +149,6 @@ async function uploadFile() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(props.endpoint);
|
|
||||||
const result = await $fetch(props.endpoint, { method: "POST", body: form });
|
const result = await $fetch(props.endpoint, { method: "POST", body: form });
|
||||||
open.value = false;
|
open.value = false;
|
||||||
file.value = undefined;
|
file.value = undefined;
|
||||||
|
|||||||
@@ -119,7 +119,6 @@
|
|||||||
</template>
|
</template>
|
||||||
</draggable>
|
</draggable>
|
||||||
<div class="mt-2 text-center w-full text-sm text-zinc-600">highest</div>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user