diff --git a/docs/components/content/examples/BreadcrumbExampleDividerSlot.vue b/docs/components/content/examples/BreadcrumbExampleDividerSlot.vue
index cb08ef2ade..213a0d400b 100644
--- a/docs/components/content/examples/BreadcrumbExampleDividerSlot.vue
+++ b/docs/components/content/examples/BreadcrumbExampleDividerSlot.vue
@@ -15,9 +15,9 @@ const items = [{
-
-
-
+
+
+
diff --git a/docs/components/content/examples/BreadcrumbExampleLeadingSlot.vue b/docs/components/content/examples/BreadcrumbExampleLeadingSlot.vue
index d95ee491e4..8c18a89e3a 100644
--- a/docs/components/content/examples/BreadcrumbExampleLeadingSlot.vue
+++ b/docs/components/content/examples/BreadcrumbExampleLeadingSlot.vue
@@ -15,10 +15,12 @@ const items = [{
-
- {{ index + 1 }}
-
-
+
+
diff --git a/docs/components/content/examples/BreadcrumbExampleSlot.vue b/docs/components/content/examples/BreadcrumbExampleSlot.vue
index 1ffe2d3a7e..0784ef91b4 100644
--- a/docs/components/content/examples/BreadcrumbExampleSlot.vue
+++ b/docs/components/content/examples/BreadcrumbExampleSlot.vue
@@ -15,7 +15,7 @@ const items = [{
-
+
{{ index + 1 }}. {{ item.text }}
diff --git a/docs/content/5.navigation/5.breadcrumb.md b/docs/content/5.navigation/5.breadcrumb.md
index 615728b643..16dc1c44d0 100644
--- a/docs/content/5.navigation/5.breadcrumb.md
+++ b/docs/content/5.navigation/5.breadcrumb.md
@@ -1,7 +1,7 @@
---
description: A Navigational that showing user's path in website's hierarchical structure.
navigation:
- badge: Edge
+ badge: New
---
## Usage
diff --git a/src/runtime/components/navigation/Breadcrumb.vue b/src/runtime/components/navigation/Breadcrumb.vue
index 356a202313..83cd28b4a8 100644
--- a/src/runtime/components/navigation/Breadcrumb.vue
+++ b/src/runtime/components/navigation/Breadcrumb.vue
@@ -1,24 +1,25 @@
-
+
-
+
-
+
{{ item.text }}
-
+
{{ divider?.text }}