did it explode because i got rid of the applicator
This commit is contained in:
parent
e8cdeda66a
commit
0be7629d9e
@ -7,7 +7,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
<v-main>
|
<v-main>
|
||||||
<Game v-if="playing" :game="game" :dealer="dealer" @action="action" />
|
<Game v-if="playing" :game="game" :dealer="dealer" @action="(evt: Action) => action(evt)" />
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user