feat: simplify filter-popup
This commit is contained in:
parent
8d88b3792d
commit
15640e98ec
5 changed files with 33 additions and 27 deletions
|
|
@ -11,9 +11,9 @@
|
|||
</x-button>
|
||||
</div>
|
||||
<filter-popup
|
||||
@change="loadTasks()"
|
||||
:visible="showTaskFilter"
|
||||
v-model="params"
|
||||
@update:modelValue="loadTasks()"
|
||||
/>
|
||||
</div>
|
||||
<div class="dates">
|
||||
|
|
|
|||
Reference in a new issue