mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 13:59:55 +01:00
also run search on checkbox update
This commit is contained in:
parent
617cd7d1f8
commit
88d04f0af7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
<div class="input-wrap">
|
||||
<Checkbox
|
||||
v-model="followingOnly"
|
||||
@change="onInput"
|
||||
>
|
||||
{{ $t('lists.following_only') }}
|
||||
</Checkbox>
|
||||
|
|
Loading…
Reference in a new issue