This commit is contained in:
f4ilji
2024-11-08 14:36:13 +05:00
parent fbea6ecd48
commit 992464e2e1
24 changed files with 130 additions and 98 deletions
@@ -10,10 +10,12 @@ import AdminIndexHeader from "@/Components/AdminIndexHeader.vue";
import AdminIndexHeaderTitle from "@/Components/AdminIndexHeaderTitle.vue";
import ClientEventSelectDate from "@/Components/ClientEventSelectDate.vue";
import MainPageNavBar from "@/Navbars/MainPageNavbar.vue";
import AppHead from "@/Components/AppHead.vue";
export default {
name: "Index",
components: {
AppHead,
MainPageNavBar,
ClientEventSelectDate,
AdminIndexHeaderTitle, AdminIndexHeader,
@@ -30,6 +32,9 @@ export default {
exhibitions: {
type: Array,
},
seo: {
type: Object,
}
},
methods: {},
@@ -39,10 +44,8 @@ export default {
</script>
<template>
<Head>
<title>Виртуальные выставки</title>
<meta name="description" content="Your page description"/>
</Head>
<AppHead :seo="seo" />
<MainPageNavBar class="border-b" :sections="$page.props.navigation"></MainPageNavBar>
<div class="flex flex-col h-screen">
<main class="flex-grow">
@@ -9,11 +9,13 @@ import MainPageNavBar from "@/Navbars/MainPageNavbar.vue";
import BaseTitle from "@/Components/BaseComponents/BaseBuilderUi/BaseTitle.vue";
import BaseBuilder from "@/Components/BaseComponents/BaseBuilderUi/BaseBuilder.vue";
import BaseBackButton from "@/Components/BaseComponents/BaseBuilderUi/BaseBackButton.vue";
import AppHead from "@/Components/AppHead.vue";
export default {
name: "Show",
components: {
AppHead,
BaseBackButton,
BaseBuilder,
BaseTitle,
@@ -30,6 +32,9 @@ export default {
exhibition: {
type: Array,
},
seo: {
type: Object,
}
},
methods: {
textLimit(text, symbols) {
@@ -47,10 +52,8 @@ export default {
</script>
<template>
<Head>
<title>{{ exhibition.data.title }}</title>
<meta name="description" content="Your page description">
</Head>
<AppHead :seo="seo" />
<MainPageNavBar class="border-b" :sections="$page.props.navigation"></MainPageNavBar>
<div class="relative mx-auto mt-[67px] max-w-screen-xl px-4 py-10 md:flex md:flex-row md:py-10">
<div class="max-w-4xl px-4 pt-6 lg:pt-10 pb-12 sm:px-6 lg:px-8 mx-auto">