убрал избранное
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user