准备融入shadcnui

This commit is contained in:
2025-07-27 00:23:30 +08:00
parent e6e258c86e
commit bb7d069e06
2 changed files with 44 additions and 23 deletions

View File

@@ -75,21 +75,21 @@ const items = ref<NavigationMenuItem[][]>([
]
}
],
[
{
label: 'GitHub',
icon: 'i-simple-icons-github',
badge: '3.8k',
to: 'https://github.com/nuxt/ui',
target: '_blank',
},
{
label: 'Help',
icon: 'i-lucide-circle-help',
badge: '3.8k',
disabled: true
}
]
// [
// {
// label: 'GitHub',
// icon: 'i-simple-icons-github',
// badge: '3.8k',
// to: 'https://github.com/nuxt/ui',
// target: '_blank',
// },
// {
// label: 'Help',
// icon: 'i-lucide-circle-help',
// badge: '3.8k',
// disabled: true
// }
// ]
])
</script>