Debug: Agregar info de debug en MediaPreview
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s

This commit is contained in:
2025-12-04 11:45:35 -06:00
parent 565b66b2d2
commit f1c3306890

View File

@@ -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