Support gif background upload #19

Open
sevichecc wants to merge 1 commits from sevichecc/admin-fe:develop into develop
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
:aria-label="$t('settings.changeImage')"
class="input-file"
type="file"
accept=".jpg,.jpeg,.png"
accept=".jpg,.jpeg,.png,.gif"
@change="handleFiles" >
<div class="caption">
{{ $t('settings.changeImage') }}
@ -28,7 +28,7 @@
:aria-label="$t('settings.changeImage')"
class="input-file"
type="file"
accept=".jpg,.jpeg,.png"
accept=".jpg,.jpeg,.png,.gif"
@change="handleFiles">
</el-button>
<el-button v-if="!isDefault" type="danger" size="small" style="margin-left: 5px;" @click="removeFile()">