generated from pascalmartineau/wp-skeleton
fix: Breadcrumbs
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user