This commit is contained in:
@@ -4,11 +4,11 @@ import Logo from '/favicon.svg?url'
|
|||||||
|
|
||||||
const items = ref([
|
const items = ref([
|
||||||
{
|
{
|
||||||
label: 'Home',
|
label: 'Главная',
|
||||||
to: '/',
|
to: '/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'How it works',
|
label: 'Как это работает?',
|
||||||
to: '/about',
|
to: '/about',
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user