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"
|
placement="bottom"
|
||||||
:bound-to="{ x: 'container' }"
|
:bound-to="{ x: 'container' }"
|
||||||
>
|
>
|
||||||
<div
|
<template
|
||||||
slot="content"
|
v-slot:content
|
||||||
class="dropdown-menu"
|
|
||||||
>
|
>
|
||||||
|
<div class="dropdown-menu">
|
||||||
<button
|
<button
|
||||||
class="button-default dropdown-item"
|
class="button-default dropdown-item"
|
||||||
@click="toggleNotificationFilter('likes')"
|
@click="toggleNotificationFilter('likes')"
|
||||||
|
@ -64,6 +64,7 @@
|
||||||
/>{{ $t('settings.notification_visibility_moves') }}
|
/>{{ $t('settings.notification_visibility_moves') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
<template v-slot:trigger>
|
<template v-slot:trigger>
|
||||||
<FAIcon icon="filter" />
|
<FAIcon icon="filter" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue