Closed cyrilf closed 3 weeks ago
tl;dr; A typo has been fixed and is not visible on the live website.
Hey, I saw that this page about breadcrumb-raw contains a typo. It show <li v-for="(item, key) in items" :key="key"> where items should be links.
<li v-for="(item, key) in items" :key="key">
items
links
I was going to fix it and submit a PR, but.. someone already did it 5 months ago. You can see the commit here.
So this is just a heads up to let you know that it doesn't seem to be deployed.. it's on the v2 branch.
v2
Hi, thanks for flagging this. It is now fixed in the latest docs.
https://nuxtseo.com/docs/seo-utils/api/breadcrumbs
Additional context
tl;dr; A typo has been fixed and is not visible on the live website.
Hey, I saw that this page about breadcrumb-raw contains a typo. It show
<li v-for="(item, key) in items" :key="key">
whereitems
should belinks
.I was going to fix it and submit a PR, but.. someone already did it 5 months ago. You can see the commit here.
So this is just a heads up to let you know that it doesn't seem to be deployed.. it's on the
v2
branch.