更改相册背景效果
This commit is contained in:
@@ -88,7 +88,14 @@
|
||||
@drop.prevent="handleDrop"
|
||||
:class="{'active': dragActive}"
|
||||
class="dropzone p-8 text-center cursor-pointer transition">
|
||||
<input type="file" multiple @change="handleFileSelect" class="hidden" ref="fileInput">
|
||||
<input
|
||||
type="file"
|
||||
accept="image/*"
|
||||
multiple
|
||||
@change="handleFileSelect"
|
||||
class="hidden"
|
||||
ref="fileInput"
|
||||
>
|
||||
|
||||
<div v-if="!images.length">
|
||||
<i class="fas fa-cloud-upload-alt text-5xl text-indigo-500 mb-4"></i>
|
||||
|
||||
Reference in New Issue
Block a user