package-lock.json zu .gitignore hinzugefügt, Rangliste verbessert
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
package-lock.json
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user