You've already forked AstralRinth
forked from didirus/AstralRinth
* Specify which application file types are allowed * Attempt two * attempt 3 * Update version edit too good thing these commits will be squashed! * Fix warnings
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
upload multiple.
|
||||
</span>
|
||||
<FileInput
|
||||
accept="application/*"
|
||||
accept=".jar,application/java-archive,application/x-java-archive"
|
||||
multiple
|
||||
prompt="Choose files or drag them here"
|
||||
@change="updateVersionFiles"
|
||||
|
||||
@@ -131,7 +131,14 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<FileInput v-if="currentMember" class="file-input" @change="addFiles" />
|
||||
<FileInput
|
||||
v-if="currentMember"
|
||||
accept=".jar,application/java-archive,application/x-java-archive"
|
||||
multiple
|
||||
prompt="Choose files or drag them here"
|
||||
class="file-input"
|
||||
@change="addFiles"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user