⚡ Adds recepty route
This commit is contained in:
@@ -80,6 +80,12 @@ const items = computed<NavigationMenuItem[]>(() => [
|
|||||||
active: route.path.startsWith("/kto-sme"),
|
active: route.path.startsWith("/kto-sme"),
|
||||||
class: "text-lg",
|
class: "text-lg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Recepty",
|
||||||
|
to: "/recepty",
|
||||||
|
active: route.path.startsWith("/recepty"),
|
||||||
|
class: "text-lg",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Pridaj sa",
|
label: "Pridaj sa",
|
||||||
to: "/pridaj-sa",
|
to: "/pridaj-sa",
|
||||||
|
|||||||
3
app/pages/recepty.vue
Normal file
3
app/pages/recepty.vue
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<template>
|
||||||
|
<p>Lorem ipsum</p>
|
||||||
|
</template>
|
||||||
Reference in New Issue
Block a user