Debug: Agregar más contenido visible en slots para verificar renderizado
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m4s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m4s
This commit is contained in:
@@ -81,7 +81,9 @@
|
||||
<UTabs v-model="selectedTab" :items="tabs" class="mb-6">
|
||||
<!-- Tab: Lotes -->
|
||||
<template #lotes>
|
||||
<div class="py-4">
|
||||
<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í:</p>
|
||||
<LotesLotesTable
|
||||
@create="showCreateLoteModal = true"
|
||||
@view="handleViewLote"
|
||||
@@ -93,7 +95,9 @@
|
||||
|
||||
<!-- Tab: Operaciones -->
|
||||
<template #operaciones>
|
||||
<div class="py-4">
|
||||
<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
|
||||
@create="showCreateOperacionModal = true"
|
||||
@view="handleViewOperacion"
|
||||
|
||||
Reference in New Issue
Block a user