conversation-page.js (238B)
- import Conversation from '../conversation/conversation.vue'
- const conversationPage = {
- components: {
- Conversation
- },
- computed: {
- statusId () {
- return this.$route.params.id
- }
- }
- }
- export default conversationPage
git clone https://hacktivis.me/git/pleroma-fe.git
conversation-page.js (238B)
- import Conversation from '../conversation/conversation.vue'
- const conversationPage = {
- components: {
- Conversation
- },
- computed: {
- statusId () {
- return this.$route.params.id
- }
- }
- }
- export default conversationPage