Migrate pages to topnav layout
Some checks failed
Build Docker Image / build (push) Failing after 1m20s

This commit is contained in:
Ruslan Bakiev
2026-01-08 01:08:25 +07:00
parent 737ec91473
commit 5d1ce88927
12 changed files with 31 additions and 0 deletions

View File

@@ -149,6 +149,10 @@
</template>
<script setup>
definePageMeta({
layout: 'topnav'
})
const { t } = useI18n()
const searchStore = useSearchStore()
const searchError = ref('')