мелкие правки
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -14,6 +14,4 @@ body {
|
||||
background-color: #111827;
|
||||
}
|
||||
|
||||
/* .grecaptcha-badge {
|
||||
display: none !important;
|
||||
} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user