feat:#60 format, lint and fix build

This commit is contained in:
masterElmar
2023-11-16 23:45:45 +01:00
parent 9f937afe94
commit e9db7cb4b0
24 changed files with 307 additions and 271 deletions

View File

@ -12,13 +12,13 @@ const module = dialogRef.value.data.module as Module;
<h2>{{ module.name }}</h2>
<table>
<tr>
<td>{{$t('moduleInformation.course')}}: {{ module.course }}</td>
<td>{{ $t("moduleInformation.course") }}: {{ module.course }}</td>
</tr>
<tr>
<td>{{$t('moduleInformation.person')}}: {{ module.prof }}</td>
<td>{{ $t("moduleInformation.person") }}: {{ module.prof }}</td>
</tr>
<tr>
<td>{{$t('moduleInformation.semester')}}: {{ module.semester }}</td>
<td>{{ $t("moduleInformation.semester") }}: {{ module.semester }}</td>
</tr>
<tr>
<td>