new-bloop
Shpuld Shpuldson 4 years ago
parent c682c1730f
commit 8163c7b55b

@ -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…
Cancel
Save