изменил правила хранения промтов
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-11 14:05:25 +10:00
parent 0c364fd36c
commit 855c06d313
6 changed files with 425 additions and 59 deletions

View File

@@ -4,6 +4,7 @@ import All_new_section from "./components/All_new_section.vue";
import General_section from "./components/General_section.vue";
import Setings from "./components/Setings.vue";
import Authe from "./components/Authe.vue";
import Istochnik from "./components/Istochnik.vue";
// Инициализация темы при загрузке приложения
onMounted(() => {
@@ -50,6 +51,13 @@ function handleUpdate(newValue) {
<General_section filter="status" />
</div>
</div>
<div v-if="currentPage === 'istochnik'">
<div class="sm:flex">
<All_new_section :currentPage="currentPage" @update="handleUpdate" />
<Istochnik />
</div>
</div>
</template>
<style>