logo

pleroma-fe

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

mentions.js (230B)


  1. import Timeline from '../timeline/timeline.vue'
  2. const Mentions = {
  3. computed: {
  4. timeline () {
  5. return this.$store.state.statuses.timelines.mentions
  6. }
  7. },
  8. components: {
  9. Timeline
  10. }
  11. }
  12. export default Mentions