mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-13 15:39:18 +08:00
fix file input accept
Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
parent
1400ec61df
commit
1a6f46e670
@ -4,7 +4,7 @@
|
||||
<v-card-text v-if="!pendingVersion">
|
||||
<v-row justify="space-around">
|
||||
<v-col cols="12">
|
||||
<v-file-input v-model="file" filled :label="$t('version.new.upload')" accepts=".jar,.zip" />
|
||||
<v-file-input v-model="file" filled :label="$t('version.new.upload')" accept=".jar,.zip" />
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
{{ $t('general.or') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user