Skip to content

Commit 920f648

Browse files
committed
refactor: rename repeater component to repeater-sample for clarity
1 parent b1cd5a0 commit 920f648

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

playground/app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const items = ref<NavigationMenuItem[]>([
169169
label: 'Repeater',
170170
icon: 'i-lucide-list-plus',
171171
description: 'Dynamic list management with add, remove, copy, and reorder capabilities.',
172-
to: '/form/repeater',
172+
to: '/form/repeater-sample',
173173
},
174174
],
175175
},
File renamed without changes.

0 commit comments

Comments
 (0)