Compare commits
2 Commits
f8c95207c2
...
191459ec5c
| Author | SHA1 | Date | |
|---|---|---|---|
| 191459ec5c | |||
| 881c0ab61e |
@ -19,7 +19,9 @@
|
||||
|
||||
const breadcrumbItems = [
|
||||
{ label: $t('navigation.home'), to: localePath('/') },
|
||||
{ label: $t('navigation.downloads'), to: localePath('/downloads') },
|
||||
{ label: $t('navigation.support'), to: localePath('/support') },
|
||||
{ label: $t('navigation.documents'), to: localePath('/support/documents') },
|
||||
{ label: $t('navigation.downloads') },
|
||||
];
|
||||
|
||||
const id = route.params.id as string;
|
||||
|
||||
Reference in New Issue
Block a user