From 61284260aa21c2acb3efab17157b108558ee39e5 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 5 Jun 2024 11:16:50 +0300 Subject: [PATCH] image --- app.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app.vue b/app.vue index 8604810..45cb004 100644 --- a/app.vue +++ b/app.vue @@ -18,6 +18,7 @@ type ApiKpType = { type ApiPagesType = { id: number title: string + menu_title: string slug: string content: string } @@ -46,8 +47,6 @@ const about = (pagesData.value as ApiPagesType[]).find(el => el.slug == 'about') const reviews = (pagesData.value as ApiPagesType[]).find(el => el.slug == 'clients') const { data: reviewsData } = await useFetch(`${apiBase}/review/`) - -