Use <template #slotName> form instead of v-slot

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:42:40 +02:00
parent 9d00aff619
commit e893f3f089
15 changed files with 28 additions and 29 deletions

View File

@@ -516,10 +516,9 @@
<template #desc>
<template v-if="isCurrentActorFollowing">
<i18n-t
class="has-text-grey-dark"
keypath="You will receive notifications about this group's public activity depending on %{notification_settings}."
>
<template v-slot:notification_settings>
<template #notification_settings>
<router-link :to="{ name: RouteName.NOTIFICATIONS }">{{
t("your notification settings")
}}</router-link>