try again
This commit is contained in:
parent
104e4c3db0
commit
08afcdc573
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-row v-for="r in 4">
|
<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">
|
<v-btn :disabled="btnDisabled(r, c)" @click="emit('item', itemIndex(r, c))" variant="outlined">
|
||||||
{{ props.items[itemIndex(r, c)] }}
|
{{ props.items[itemIndex(r, c)] }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
Loading…
Reference in New Issue
Block a user