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.
|
upload multiple.
|
||||||
</span>
|
</span>
|
||||||
<FileInput
|
<FileInput
|
||||||
accept="application/*"
|
accept=".jar,application/java-archive,application/x-java-archive"
|
||||||
multiple
|
multiple
|
||||||
prompt="Choose files or drag them here"
|
prompt="Choose files or drag them here"
|
||||||
@change="updateVersionFiles"
|
@change="updateVersionFiles"
|
||||||
|
|||||||
@@ -131,7 +131,14 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user