фикс
This commit is contained in:
@@ -78,7 +78,7 @@ function destroyItem() {
|
||||
<label v-if="allowImage" class="admin-field admin-upload">
|
||||
<span>{{ item ? 'Заменить картинку' : 'Картинка' }}</span>
|
||||
<input type="file" accept="image/*" @input="form.image = $event.target.files[0]" />
|
||||
<em>{{ item ? 'Оставь пустым, чтобы сохранить текущую.' : 'Максимум 2 МБ. Необязательно.' }}</em>
|
||||
<em>{{ item ? 'Оставь пустым, чтобы сохранить текущую. Максимум 10 МБ.' : 'Максимум 10 МБ. Необязательно.' }}</em>
|
||||
<small v-if="form.errors.image">{{ form.errors.image }}</small>
|
||||
</label>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user