logo

pleroma-fe

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

conversation-page.js (238B)


  1. import Conversation from '../conversation/conversation.vue'
  2. const conversationPage = {
  3. components: {
  4. Conversation
  5. },
  6. computed: {
  7. statusId () {
  8. return this.$route.params.id
  9. }
  10. }
  11. }
  12. export default conversationPage