updated webp-images, lazyloaded map images, added fontawesome icons

This commit is contained in:
cnachtigall1991
2021-10-09 00:26:04 +02:00
parent 054c9e4301
commit 7d479c4395
110 changed files with 408 additions and 257 deletions

View File

@@ -40,6 +40,7 @@
:player_score="player.score"
:rank="player.extended?.rank?.old"
:rounds_played="props.rounds_played"
:color="player.extended?.color"
/>
</tr>
</tbody>
@@ -78,7 +79,7 @@ export default {
type: Number,
required: true,
default: 0
}
},
},
setup(props) {
return {props}