Guest User

Untitled

a guest
Aug 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <template>
  2. <div class="Post-comment">
  3. <strong>{{comment.postedBy.username}}</strong> {{comment.text}}
  4. </div>
  5. </template>
  6.  
  7. <script>
  8. export default {
  9. name: 'Comment',
  10. props: ['comment'],
  11. }
  12. </script>
Add Comment
Please, Sign In to add comment