Skip to content
Snippets Groups Projects
Unverified Commit 7b22c1f5 authored by Julian's avatar Julian Committed by magicfelix
Browse files

Bind keys of lesson documentation for loop

parent f7a1b6ec
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
......@@ -150,8 +150,8 @@ export default {
<div>
<v-subheader>{{ lesson.subject.name }}</v-subheader>
<v-row>
<v-col v-for="item in lesson_documentations" cols="12"">
<lesson-documentation
<v-col v-for="item in lesson_documentations" cols="12" v-bind:key="item.id">
<lesson-documentation v-bind:key="item.id" :groups="lesson.groups"
:period="item.period_formatted" :personal-notes="item.personal_notes"
:date="item.date" :topic="item.topic" :homework="item.homework" :group-note="item.group_note"
></lesson-documentation>
......
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