diff --git a/playground/app/pages/components/navigation-menu.vue b/playground/app/pages/components/navigation-menu.vue
index ebd2ca1f..a05a52f2 100644
--- a/playground/app/pages/components/navigation-menu.vue
+++ b/playground/app/pages/components/navigation-menu.vue
@@ -52,7 +52,8 @@ const items = [
label: 'NavigationMenu',
icon: 'i-lucide-file',
description: 'Display a list of links.',
- to: '/components/navigation-menu'
+ to: '/components/navigation-menu',
+ trailingIcon: 'i-lucide-check'
}, {
label: 'Pagination',
icon: 'i-lucide-file',
diff --git a/src/runtime/components/NavigationMenu.vue b/src/runtime/components/NavigationMenu.vue
index d0965418..2d423de7 100644
--- a/src/runtime/components/NavigationMenu.vue
+++ b/src/runtime/components/NavigationMenu.vue
@@ -187,7 +187,7 @@ const lists = computed(() => props.items?.length ? (Array.isArray(props.items[0]
-
+
props.items?.length ? (Array.isArray(props.items[0]
/>
+