Update RouterDoc.vue

pull/5701/head
tugcekucukoglu 2024-05-08 09:53:52 +03:00
parent 9e428a1a15
commit 89a9108862
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ export default {
{ {
label: 'Router', label: 'Router',
items: [ items: [
{ label: 'Theming', route: '/theming' }, { label: 'Theming', route: '/theming/styled' },
{ label: 'Unstyled', route: '/theming/unstyled' } { label: 'Unstyled', route: '/theming/unstyled' }
] ]
} }
@ -135,7 +135,7 @@ const items = ref([
{ {
label: 'Router', label: 'Router',
items: [ items: [
{ label: 'Theming', route: '/theming' }, { label: 'Theming', route: '/theming/styled' },
{ label: 'Unstyled', route: '/theming/unstyled' } { label: 'Unstyled', route: '/theming/unstyled' }
] ]
} }