finish hangman v1
This commit is contained in:
13
resources/js/views/Games/HangMan/HangmanIndex.vue
Normal file
13
resources/js/views/Games/HangMan/HangmanIndex.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<router-link :to="link" class="game-index-item">
|
||||
<svg-vue icon="hangman" />
|
||||
<h2>Pendu</h2>
|
||||
</router-link>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "HangmanIndex",
|
||||
props: ["link"],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user