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.

19 lines
320 B

  1. <template lang='pug'>
  2. v-container(fluid, fill-height)
  3. v-layout(row wrap)
  4. v-flex(xs12)
  5. .headline.primary--text Utilities
  6. .subheading.grey--text Maintenance and troubleshooting tools
  7. </template>
  8. <script>
  9. export default {
  10. data() {
  11. return {}
  12. }
  13. }
  14. </script>
  15. <style lang='scss'>
  16. </style>