Fix: Corregir nombres de componentes auto-importados (LotesTable, OperacionesTable)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 49s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 49s
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<div class="py-4 bg-green-200 p-6">
|
||||
<h2 class="text-2xl font-bold text-purple-600">SLOT #LOTES FUNCIONANDO</h2>
|
||||
<p>El componente debería aparecer aquí (rebuild sin caché):</p>
|
||||
<LotesLotesTable
|
||||
<LotesTable
|
||||
@create="showCreateLoteModal = true"
|
||||
@view="handleViewLote"
|
||||
@edit="handleEditLote"
|
||||
@@ -98,7 +98,7 @@
|
||||
<div class="py-4 bg-blue-200 p-6">
|
||||
<h2 class="text-2xl font-bold text-orange-600">SLOT #OPERACIONES FUNCIONANDO</h2>
|
||||
<p>El componente debería aparecer aquí:</p>
|
||||
<OperacionesOperacionesTable
|
||||
<OperacionesTable
|
||||
@create="showCreateOperacionModal = true"
|
||||
@view="handleViewOperacion"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user