准备融入shadcnui
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user