Skip to content
Snippets Groups Projects
Commit b913a461 authored by permcu's avatar permcu
Browse files

Add StatisticsForPersonPage-component

parent 33e06815
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
<template>
<!-- header (close, title, print) -->
<!-- school-term-select -->
<!-- documentations statistics list -->
<statistics-for-person-card
:compact="false"
:personId="TODO"
:schoolTermId="TODO"
/>
</template>
<script>
import StatisticsForPersonCard from "./StatisticsForPersonCard.vue";
export default {
name: "StatisticsForPersonPage",
components: {
StatisticsForPersonCard,
},
props: {
},
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment