logo

pleroma-fe

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

quotes_timeline.vue (197B)


  1. <template>
  2. <Timeline
  3. :title="$t('nav.quotes')"
  4. :timeline="timeline"
  5. :timeline-name="'quotes'"
  6. :status-id="statusId"
  7. />
  8. </template>
  9. <script src='./quotes_timeline.js'></script>