мелкие правки
This commit is contained in:
@@ -5,7 +5,6 @@ import Section from "./components/Section.vue";
|
|||||||
import Setings from "./components/Setings.vue";
|
import Setings from "./components/Setings.vue";
|
||||||
import Authe from "./components/Authe.vue";
|
import Authe from "./components/Authe.vue";
|
||||||
|
|
||||||
|
|
||||||
// Инициализация темы при загрузке приложения
|
// Инициализация темы при загрузке приложения
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const savedTheme = localStorage.getItem("theme");
|
const savedTheme = localStorage.getItem("theme");
|
||||||
@@ -35,7 +34,7 @@ function handleUpdate(newValue) {
|
|||||||
<div class="sm:flex">
|
<div class="sm:flex">
|
||||||
<My_naw :currentPage="currentPage" @update="handleUpdate" />
|
<My_naw :currentPage="currentPage" @update="handleUpdate" />
|
||||||
<!-- <Section :items="items" /> -->
|
<!-- <Section :items="items" /> -->
|
||||||
<Section filter="all"/>
|
<Section filter="all" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -49,11 +48,11 @@ function handleUpdate(newValue) {
|
|||||||
<div v-if="currentPage === 'status'">
|
<div v-if="currentPage === 'status'">
|
||||||
<div class="sm:flex">
|
<div class="sm:flex">
|
||||||
<My_naw :currentPage="currentPage" @update="handleUpdate" />
|
<My_naw :currentPage="currentPage" @update="handleUpdate" />
|
||||||
<Section filter='status' />
|
<Section filter="status" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style>
|
||||||
/* Добавьте стили по необходимости */
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -14,6 +14,4 @@ body {
|
|||||||
background-color: #111827;
|
background-color: #111827;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .grecaptcha-badge {
|
|
||||||
display: none !important;
|
|
||||||
} */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user