|
:class="['el-upload-list__item', 'is-' + file.status, focusing ? 'focusing' : '']"
|
|
:class="['el-upload-list__item', 'is-' + file.status, focusing ? 'focusing' : '']"
|
|
@keydown.delete="!disabled && $emit('remove', file)"
|
|
@keydown.delete="!disabled && $emit('remove', file)"
|