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