diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-03-15 11:02:16 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-03-15 11:02:16 +0200 |
| commit | 19fc7dda9e6d3513c8b57d7bae2bbe3c9ab87ced (patch) | |
| tree | fe55c1e48af9b7c16e9735c03dc0b7caa36c962d /src/components/notifications | |
| parent | ae159f6ad8d23ce0e3d2d765bf694f1a614c6df4 (diff) | |
| parent | 184364c7e06a982b48bbe6d913f02a73dd428aef (diff) | |
merge conflict, use v-slot:trigger, fix popover svg dimensions bug
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notification_filters.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index 95b2513b..b3489430 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -64,9 +64,9 @@ />{{ $t('settings.notification_visibility_moves') }} </button> </div> - <div slot="trigger"> + <template v-slot:trigger> <FAIcon icon="filter" /> - </div> + </template> </Popover> </template> |
