Sépare l'app-bar et le navigation drawer dans deux composants
This commit is contained in:
13
src/components/GameStatus.vue
Normal file
13
src/components/GameStatus.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<script>
|
||||
// L'affichage lateral gauche pour l'état du jeu (ex. Score)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<v-navigation-drawer>
|
||||
<v-list-item title="Brain Blast" subtitle="The cultural quizzzz"></v-list-item>
|
||||
<v-divider></v-divider>
|
||||
<v-list-item link title="List Item 1"></v-list-item>
|
||||
<v-list-item link title="List Item 2"></v-list-item>
|
||||
<v-list-item link title="List Item 3"></v-list-item>
|
||||
</v-navigation-drawer>
|
||||
</template>
|
Reference in New Issue
Block a user