logo

pleroma-fe

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

lists_timeline.vue (179B)


  1. <template>
  2. <Timeline
  3. title="list.name"
  4. :timeline="timeline"
  5. :list-id="listId"
  6. timeline-name="list"
  7. />
  8. </template>
  9. <script src="./lists_timeline.js"></script>