将i-lucide都改为lucide本地库
This commit is contained in:
@@ -5,27 +5,27 @@ const items = ref<NavigationMenuItem[][]>([
|
||||
[
|
||||
{
|
||||
label: 'Guide',
|
||||
icon: 'i-lucide-book-open',
|
||||
icon: 'lucide-book-open',
|
||||
},
|
||||
{
|
||||
label: 'Composables',
|
||||
icon: 'i-lucide-database',
|
||||
icon: 'lucide-database',
|
||||
children: [
|
||||
{
|
||||
label: 'defineShortcuts',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Define shortcuts for your application.',
|
||||
to: '/composables/define-shortcuts'
|
||||
},
|
||||
{
|
||||
label: 'useOverlay',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a modal/slideover within your application.',
|
||||
to: '/composables/use-overlay'
|
||||
},
|
||||
{
|
||||
label: 'useToast',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a toast within your application.',
|
||||
to: '/composables/use-toast'
|
||||
}
|
||||
@@ -33,42 +33,42 @@ const items = ref<NavigationMenuItem[][]>([
|
||||
},
|
||||
{
|
||||
label: 'Components',
|
||||
icon: 'i-lucide-box',
|
||||
icon: 'lucide-box',
|
||||
to: '/components',
|
||||
children: [
|
||||
{
|
||||
label: 'Link',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Use NuxtLink with superpowers.',
|
||||
to: '/components/link'
|
||||
},
|
||||
{
|
||||
label: 'Modal',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a modal within your application.',
|
||||
to: '/components/modal'
|
||||
},
|
||||
{
|
||||
label: 'NavigationMenu',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a list of links.',
|
||||
to: '/components/navigation-menu'
|
||||
},
|
||||
{
|
||||
label: 'Pagination',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a list of pages.',
|
||||
to: '/components/pagination'
|
||||
},
|
||||
{
|
||||
label: 'Popover',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Display a non-modal dialog that floats around a trigger element.',
|
||||
to: '/components/popover'
|
||||
},
|
||||
{
|
||||
label: 'Progress',
|
||||
icon: 'i-lucide-file-text',
|
||||
icon: 'lucide-file-text',
|
||||
description: 'Show a horizontal bar to indicate task progression.',
|
||||
to: '/components/progress'
|
||||
}
|
||||
@@ -85,7 +85,7 @@ const items = ref<NavigationMenuItem[][]>([
|
||||
// },
|
||||
// {
|
||||
// label: 'Help',
|
||||
// icon: 'i-lucide-circle-help',
|
||||
// icon: 'lucide-circle-help',
|
||||
// badge: '3.8k',
|
||||
// disabled: true
|
||||
// }
|
||||
|
Reference in New Issue
Block a user