Force rebuild: invalidate Docker cache para incluir componentes con permisos corregidos
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
2025-11-21 21:15:19 -06:00
parent af8dc49209
commit a88c6ddfa4

View File

@@ -83,7 +83,7 @@
<template #lotes> <template #lotes>
<div class="py-4 bg-green-200 p-6"> <div class="py-4 bg-green-200 p-6">
<h2 class="text-2xl font-bold text-purple-600">SLOT #LOTES FUNCIONANDO</h2> <h2 class="text-2xl font-bold text-purple-600">SLOT #LOTES FUNCIONANDO</h2>
<p>El componente debería aparecer aquí:</p> <p>El componente debería aparecer aquí (rebuild sin caché):</p>
<LotesLotesTable <LotesLotesTable
@create="showCreateLoteModal = true" @create="showCreateLoteModal = true"
@view="handleViewLote" @view="handleViewLote"