forked from AkkomaGang/akkoma-fe
v-slot
This commit is contained in:
parent
c682c1730f
commit
8163c7b55b
1 changed files with 59 additions and 58 deletions
|
@ -5,10 +5,10 @@
|
|||
placement="bottom"
|
||||
:bound-to="{ x: 'container' }"
|
||||
>
|
||||
<div
|
||||
slot="content"
|
||||
class="dropdown-menu"
|
||||
<template
|
||||
v-slot:content
|
||||
>
|
||||
<div class="dropdown-menu">
|
||||
<button
|
||||
class="button-default dropdown-item"
|
||||
@click="toggleNotificationFilter('likes')"
|
||||
|
@ -64,6 +64,7 @@
|
|||
/>{{ $t('settings.notification_visibility_moves') }}
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
<template v-slot:trigger>
|
||||
<FAIcon icon="filter" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue