vue/src/pages/Kurse.vue
@@ -49,6 +49,7 @@ <th>title</th> <th>description</th> <th>type</th> <th>offline</th> </tr> </thead> <tbody> @@ -62,6 +63,7 @@ <td>{{ kurs.title }}</td> <td>{{ kurs.description }}</td> <td>{{ kurs.type }}</td> <td>{{ kurs.offline }}</td> </tr> </tbody> </table>