try again
This commit is contained in:
parent
240c4cbd13
commit
acf1e14d7d
@ -5,8 +5,11 @@
|
|||||||
<PlayerHP :hp="props.stats.hp" />
|
<PlayerHP :hp="props.stats.hp" />
|
||||||
<v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet>
|
<v-sheet v-if="!props.dealer && stats.cuffs" class="ml-4 text-button" :elevation="2">CUFFED</v-sheet>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row class="d-flex flex-fill" :class="farClass">
|
<v-row class="d-flex flex-fill">
|
||||||
|
<v-col v-if="!props.dealer" cols="4"></v-col>
|
||||||
|
<v-col cols="8">
|
||||||
<PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" />
|
<PlayerItems :items="props.stats.items" :disabled="props.disabled" @item="(evt: number) => emit('item', evt)" />
|
||||||
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-container>
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user