mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 05:08:03 +01:00
playground: add missing /components in urls
This commit is contained in:
@@ -17,7 +17,7 @@ const items = [{
|
|||||||
disabled: true
|
disabled: true
|
||||||
}, {
|
}, {
|
||||||
label: 'Breadcrumb',
|
label: 'Breadcrumb',
|
||||||
to: '/breadcrumb'
|
to: '/components/breadcrumb'
|
||||||
}]
|
}]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ const items = [
|
|||||||
}, {
|
}, {
|
||||||
label: 'Support',
|
label: 'Support',
|
||||||
icon: 'i-heroicons-lifebuoy',
|
icon: 'i-heroicons-lifebuoy',
|
||||||
to: '/dropdown-menu'
|
to: '/components/dropdown-menu'
|
||||||
}, {
|
}, {
|
||||||
type: 'separator' as const
|
type: 'separator' as const
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -41,32 +41,32 @@ const items = [
|
|||||||
label: 'Link',
|
label: 'Link',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Use NuxtLink with superpowers.',
|
description: 'Use NuxtLink with superpowers.',
|
||||||
to: '/link'
|
to: '/components/link'
|
||||||
}, {
|
}, {
|
||||||
label: 'Modal',
|
label: 'Modal',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Display a modal within your application.',
|
description: 'Display a modal within your application.',
|
||||||
to: '/modal'
|
to: '/components/modal'
|
||||||
}, {
|
}, {
|
||||||
label: 'NavigationMenu',
|
label: 'NavigationMenu',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Display a list of links.',
|
description: 'Display a list of links.',
|
||||||
to: '/navigation-menu'
|
to: '/components/navigation-menu'
|
||||||
}, {
|
}, {
|
||||||
label: 'Pagination',
|
label: 'Pagination',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Display a list of pages.',
|
description: 'Display a list of pages.',
|
||||||
to: '/pagination'
|
to: '/components/pagination'
|
||||||
}, {
|
}, {
|
||||||
label: 'Popover',
|
label: 'Popover',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Display a non-modal dialog that floats around a trigger element.',
|
description: 'Display a non-modal dialog that floats around a trigger element.',
|
||||||
to: '/popover'
|
to: '/components/popover'
|
||||||
}, {
|
}, {
|
||||||
label: 'Progress',
|
label: 'Progress',
|
||||||
icon: 'i-heroicons-document',
|
icon: 'i-heroicons-document',
|
||||||
description: 'Show a horizontal bar to indicate task progression.',
|
description: 'Show a horizontal bar to indicate task progression.',
|
||||||
to: '/progress'
|
to: '/components/progress'
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
|||||||
Reference in New Issue
Block a user