fix(NavigationMenu): wrong badge class

Resolves #2766
This commit is contained in:
Benjamin Canac
2024-11-26 12:23:01 +01:00
parent ba874c9191
commit 86f2b4856c
4 changed files with 122 additions and 41 deletions

View File

@@ -11,6 +11,7 @@ describe('NavigationMenu', () => {
[{
label: 'Documentation',
icon: 'i-lucide-book-open',
badge: 10,
children: [{
label: 'Introduction',
description: 'Fully styled and customizable components for Nuxt.',