logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

mentions.vue (172B)


  1. <template>
  2. <Timeline
  3. :title="$t('nav.interactions')"
  4. :timeline="timeline"
  5. :timeline-name="'mentions'"
  6. />
  7. </template>
  8. <script src="./mentions.js"></script>