изменил правила хранения промтов
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user