убрал избранное
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
2026-04-11 20:47:05 +10:00
parent 855c06d313
commit 5c1fbacb48
2 changed files with 7 additions and 7 deletions

View File

@@ -45,12 +45,12 @@ function handleUpdate(newValue) {
</div>
</div>
<div v-if="currentPage === 'status'">
<!-- <div v-if="currentPage === 'status'">
<div class="sm:flex">
<All_new_section :currentPage="currentPage" @update="handleUpdate" />
<General_section filter="status" />
</div>
</div>
</div> -->
<div v-if="currentPage === 'istochnik'">
<div class="sm:flex">

View File

@@ -18,14 +18,14 @@
>
Настройка
</button>
<!--
<button
@click="Valuestatus"
:class="getButtonClass('status')"
class="sm:mt-3"
>
Избранное
</button>
</button> -->
<button
@click="Valueistochnik"
@@ -69,9 +69,9 @@ function ValueRezylt() {
emit("update", "rezylt");
}
function Valuestatus() {
emit("update", "status");
}
// function Valuestatus() {
// emit("update", "status");
// }
function Valueistochnik() {
emit("update", "istochnik");