aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions/mentions.vue
blob: cf97f9ee56546e82ad17d35cbf57f4dbbbed82e1 (plain)
1
2
3
4
5
6
7
8
9
10
<template>
  <div class="timeline panel panel-default base00-background">
    <div class="panel-heading base01-background base04">Mentions</div>
    <div class="panel-body">
      <Timeline v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
    </div>
  </div>
</template>

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