Skip to content

Commit 9ca136b

Browse files
author
janrozic1
committed
Add a visual line separator above the new section
Add an a-divider component to visually separate the new section demonstrating the separator generator function. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6cc5c7da-6689-4391-8349-0b45bd1c8827 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f161640c-7968-4322-a8a3-c3c25370a2f4 Replit-Helium-Checkpoint-Created: true
1 parent 60b1f17 commit 9ca136b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
381 Bytes
Loading

components/breadcrumb/demo/separator-indepent.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ You can also pass a generator function that receives the previous item and index
2828
<a-breadcrumb-item>An Application</a-breadcrumb-item>
2929
</a-breadcrumb>
3030

31+
<a-divider />
32+
3133
<p style="margin: 16px 0">Using a separator generator function:</p>
3234

3335
<a-breadcrumb :separator="separatorGenerator">

0 commit comments

Comments
 (0)