9 lines
172 B
Vue
9 lines
172 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.interactions')"
|
|
:timeline="timeline"
|
|
:timeline-name="'mentions'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./mentions.js"></script>
|