Hatgetippt hinzugefügt (muss noch debuggt werden)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script lang="ts">
|
||||
<script lang="js">
|
||||
export default {
|
||||
props: {
|
||||
users: {
|
||||
@@ -16,8 +16,7 @@ export default {
|
||||
<td v-for="user in users">{{ user.kuerzel }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td v-for="user in users">{{ user.points }}</td>
|
||||
<!-- <iframe class="iframeRanglisteDetailansicht">Benutzer</iframe> -->
|
||||
<td v-for="user in users" :style="{color: user.hatgetippt?'green':'red'}">{{ user.points }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user