Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Письменов Дмитрий Иванович / yourroomads

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yourroomads
  • resources
  • js
  • Pages
  • Reports
  • Index.vue
  • Jonathan Reinink's avatar
    Use layout shorthand · 6308bb13
    Jonathan Reinink committed Dec 18, 2019
    6308bb13 Browse Files
Index.vue 222 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<template>
  <div>
    <h1 class="mb-8 font-bold text-3xl">Reports</h1>
  </div>
</template>

<script>
import Layout from '@/Shared/Layout'

export default {
  metaInfo: { title: 'Reports' },
  layout: Layout,
}
</script>