try again

This commit is contained in:
Branden J Brown 2024-02-03 14:07:32 -06:00
parent 104e4c3db0
commit 08afcdc573
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<v-container>
<v-row v-for="r in 4">
<v-col v-for="c in 2">
<v-col v-for="c in 2" cols="6">
<v-btn :disabled="btnDisabled(r, c)" @click="emit('item', itemIndex(r, c))" variant="outlined">
{{ props.items[itemIndex(r, c)] }}
</v-btn>