logo

pleroma-fe

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

follow_requests.js (273B)


  1. import FollowRequestCard from '../follow_request_card/follow_request_card.vue'
  2. const FollowRequests = {
  3. components: {
  4. FollowRequestCard
  5. },
  6. computed: {
  7. requests () {
  8. return this.$store.state.api.followRequests
  9. }
  10. }
  11. }
  12. export default FollowRequests