Skip to content
Snippets Groups Projects
Commit f05ed666 authored by Julian's avatar Julian
Browse files

Display topic, homework and groupnote

parent dc4cbd31
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
<template>
<v-card-text>{{ documentation.id }}</v-card-text>
<v-card-text>
<div>Lesson Summary Component</div>
<div>{{ documentation.topic }}</div>
<div>{{ documentation.homework }}</div>
<div>{{ documentation.groupnote }}</div>
</v-card-text>
</template>
<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