total items entrelineas
This commit is contained in:
parent
07bddf5eb9
commit
1409763544
|
|
@ -285,6 +285,11 @@ function highlightedFor(hit: TypesenseHit, field: string): string | null {
|
|||
<template #leading>
|
||||
<UDashboardSidebarCollapse />
|
||||
</template>
|
||||
<template #trailing>
|
||||
<UBadge :label="total" variant="subtle" :ui="{
|
||||
base: 'total-results'
|
||||
}" />
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
|
||||
<!-- Banner: se muestra cuando NO hay clave de desarrollador -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue