add hangman dictionnary & input ajustment

This commit is contained in:
2020-04-11 17:26:44 +02:00
parent c7d4e69149
commit 37c4c2c090
11 changed files with 64 additions and 57 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div class="p-2">
<h1>Liste des jeux</h1>
<div class="game-index">
<HangmanIndex link="/jeux/pendu" />
<div class="container-cards-list mt-2">
<HangmanIndex link="/jeux/pendu" class="card" />
</div>
</div>
</template>