package-lock.json zu .gitignore hinzugefügt, Rangliste verbessert

This commit is contained in:
R40fendt
2025-10-18 13:23:23 +02:00
parent 447b6e3188
commit d1ee2f0f28
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
package-lock.json

View File

@@ -56,9 +56,9 @@ export default {
</tr>
<tr v-for="(result,i) in results">
<td>{{ result.paarung.heim }} - {{ result.paarung.gast }}</td>
<td>{{ tipps[i] }}</td>
<td>{{ result.heim }} - {{ result.gast }}</td>
<td>{{ tipps[i].tipp.heim }} - {{ tipps[i].tipp.gast }}</td>
<td></td>
<td>{{ result }}</td>
</tr>
</table>
</Modal>