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.vue (162B)


  1. <template>
  2. <conversation
  3. :collapsable="false"
  4. is-page="true"
  5. :status-id="statusId"
  6. />
  7. </template>
  8. <script src="./conversation-page.js"></script>