Debug: Importar componentes explícitamente en app.vue
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:
@@ -174,6 +174,10 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Lote, Operacion } from '~/composables/useLotes'
|
||||
import LotesLotesTable from '~/components/lotes/LotesTable.vue'
|
||||
import OperacionesOperacionesTable from '~/components/operaciones/OperacionesTable.vue'
|
||||
|
||||
console.log('🚀 App.vue: Componentes importados', { LotesLotesTable, OperacionesOperacionesTable })
|
||||
|
||||
const { isAuthenticated } = useAuthentik()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user