use dealer state

This commit is contained in:
Branden J Brown 2024-02-02 19:12:56 -06:00
parent 9e66855dc6
commit ac214c0517
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</template> </template>
</v-app-bar> </v-app-bar>
<v-main> <v-main>
<Game v-if="playing" :game="data" :dealer="true" @action="action" /> <Game v-if="playing" :game="data" :dealer="dealer" @action="action" />
<v-container v-else-if="loading" class="fill-height"> <v-container v-else-if="loading" class="fill-height">
<v-row class="d-flex justify-center"> <v-row class="d-flex justify-center">
<v-progress-circular class="pa-8" indeterminate size="128"></v-progress-circular> <v-progress-circular class="pa-8" indeterminate size="128"></v-progress-circular>