package-lock.json zu .gitignore hinzugefügt, Rangliste verbessert
This commit is contained in:
@@ -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>
|
||||
@@ -83,4 +83,4 @@ export default {
|
||||
</template>
|
||||
<style scoped>
|
||||
@import "../../assets/css/bulitipp2.css";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user