fix: Breadcrumbs
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s

This commit is contained in:
2025-09-15 15:48:42 -04:00
parent ff5cc82384
commit 28186c9141
2 changed files with 15 additions and 7 deletions

View File

@@ -5,10 +5,9 @@ useSeoMeta({ title: node?.title });
<template>
<div>
<div class="">
<pre>{{ breadcrumbs }}</pre>
<UContainer>
<UBreadcrumb :items="breadcrumbs" />
</div>
</UContainer>
<component :is="component" :node="node" />
</div>
</template>