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

TMP (DELETE ME): Add page for StatisticsForPersonCard for testing

parent d50cc2f9
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
<template>
<statistics-for-person-card
:person="{ id: 1 }"
/>
</template>
<script>
import StatisticsForPersonCard from "./StatisticsForPersonCard.vue";
export default {
name: "MockPerson",
components: {
StatisticsForPersonCard
},
extends: "StatisticsForPersonCard",
};
</script>
......@@ -91,5 +91,18 @@ export default {
},
],
},
{
path: "stats/",
component: () => import("./components/coursebook/statistics/MockPerson.vue"),
name: "alsijil.coursebook_stats",
meta: {
inMenu: true,
icon: "mdi-book-education-outline",
iconActive: "mdi-book-education",
titleKey: "alsijil.coursebook.menu_title",
toolbarTitle: "alsijil.coursebook.menu_title",
permission: "alsijil.view_documentations_menu_rule",
},
},
],
};
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