mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
test: add missing /components in urls
This commit is contained in:
@@ -10,12 +10,12 @@ describe('Breadcrumb', () => {
|
||||
},
|
||||
to: '/'
|
||||
}, {
|
||||
label: 'Navigation',
|
||||
icon: 'i-heroicons-square-3-stack-3d',
|
||||
label: 'Components',
|
||||
icon: 'i-heroicons-cube-transparent',
|
||||
disabled: true
|
||||
}, {
|
||||
label: 'Breadcrumb',
|
||||
to: '/breadcrumb',
|
||||
to: '/components/breadcrumb',
|
||||
icon: 'i-heroicons-link',
|
||||
slot: 'custom'
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user