Debug: Agregar indicador visual para archivos seleccionados
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Media preview -->
|
||||
<div v-if="selectedFiles.length > 0" class="p-2 bg-blue-900/50 rounded text-xs text-blue-300 mb-2">
|
||||
DEBUG: {{ selectedFiles.length }} archivo(s) seleccionado(s)
|
||||
</div>
|
||||
<MediaPreview
|
||||
v-if="selectedFiles.length > 0"
|
||||
:files="selectedFiles"
|
||||
|
||||
Reference in New Issue
Block a user