finish hangman v1
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
<template>
|
||||
<div class="p-2">
|
||||
<h1>Liste des jeux</h1>
|
||||
<div>
|
||||
<router-link to="/jeux/pendu">
|
||||
Pendu
|
||||
</router-link>
|
||||
<div class="game-index">
|
||||
<HangmanIndex link="/jeux/pendu" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HangmanIndex from "./HangMan/HangmanIndex";
|
||||
|
||||
export default {
|
||||
name: "GameIndex"
|
||||
name: "GameIndex",
|
||||
components: {
|
||||
HangmanIndex
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user