Merge branch 'v3' into pr/1945

This commit is contained in:
Benjamin Canac
2025-07-21 17:03:34 +02:00
committed by GitHub
7 changed files with 348 additions and 55 deletions

View File

@@ -25,7 +25,8 @@ const items = [{
label: 'Tab3',
icon: 'i-lucide-bell',
content: 'Finally, this is the content for Tab3',
slot: 'custom' as const
slot: 'custom' as const,
badge: '300'
}]
</script>