aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions/mentions.vue
blob: bba06da62dd51e4b4c2c6907ed1a94ac9ccbfb22 (plain)
1
2
3
4
5
<template>
  <Timeline :title="$t('nav.mentions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>

<script src="./mentions.js"></script>