You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
323 B

  1. <template lang='pug'>
  2. v-container(fluid, fill-height, grid-list-lg)
  3. v-layout(row wrap)
  4. v-flex(xs12)
  5. .headline.primary--text Comments
  6. .subheading.grey--text List of comments I posted
  7. </template>
  8. <script>
  9. export default {
  10. data() {
  11. return { }
  12. }
  13. }
  14. </script>
  15. <style lang='scss'>
  16. </style>