feat: add breadcrumbs
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
function goToCatalogPage() {
|
||||
navigateTo({
|
||||
path: '/catalog',
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -9,7 +13,7 @@
|
||||
alt="svg"
|
||||
>
|
||||
<div class="flex gap-5 w-full">
|
||||
<UButton size="xl" icon="heroicons-bars-3">
|
||||
<UButton size="xl" icon="heroicons-bars-3" @click="goToCatalogPage">
|
||||
Каталог
|
||||
</UButton>
|
||||
<UInputMenu placeholder="Поиск по каталогу" size="xl" class="w-full" leading-icon="heroicons-magnifying-glass" />
|
||||
|
||||
Reference in New Issue
Block a user