Debug: Agregar info de debug en MediaPreview
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:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<div class="space-y-2">
|
||||
<!-- Debug info -->
|
||||
<div class="p-2 bg-purple-900/50 rounded text-xs text-purple-300">
|
||||
MediaPreview recibió {{ files.length }} archivo(s):
|
||||
<span v-for="(f, i) in files" :key="i" class="ml-1">{{ f.name }} ({{ f.type }})</span>
|
||||
</div>
|
||||
<!-- Files grid -->
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user