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

Bind keys of lesson documentation for loop

parent 4d676e81
No related branches found
No related tags found
No related merge requests found
......@@ -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