мелкие правки

This commit is contained in:
2026-03-19 12:52:11 +10:00
parent 31ba3a2b6c
commit 063f33c971
2 changed files with 5 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ import Section from "./components/Section.vue";
import Setings from "./components/Setings.vue";
import Authe from "./components/Authe.vue";
// Инициализация темы при загрузке приложения
onMounted(() => {
const savedTheme = localStorage.getItem("theme");
@@ -35,7 +34,7 @@ function handleUpdate(newValue) {
<div class="sm:flex">
<My_naw :currentPage="currentPage" @update="handleUpdate" />
<!-- <Section :items="items" /> -->
<Section filter="all"/>
<Section filter="all" />
</div>
</div>
@@ -49,11 +48,11 @@ function handleUpdate(newValue) {
<div v-if="currentPage === 'status'">
<div class="sm:flex">
<My_naw :currentPage="currentPage" @update="handleUpdate" />
<Section filter='status' />
<Section filter="status" />
</div>
</div>
</template>
<style scoped>
/* Добавьте стили по необходимости */
<style>
</style>

View File

@@ -14,6 +14,4 @@ body {
background-color: #111827;
}
/* .grecaptcha-badge {
display: none !important;
} */