ES Lint fix migration to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 10:20:13 +02:00
parent 6ffb48b7b6
commit 480da6fc7d
42 changed files with 88 additions and 106 deletions

View File

@@ -15,7 +15,6 @@
<v-card class="overflow-hidden">
<v-card-text>
<v-layout
row
wrap
>
<div

View File

@@ -1,6 +1,5 @@
<template>
<v-layout
row
align-center
justify-center
class="increment-menu"

View File

@@ -51,7 +51,6 @@
</v-btn>
</div>
<v-layout
row
wrap
style="max-height: 400px; overflow-y: auto;"
>

View File

@@ -17,7 +17,7 @@
outline
@click="makeRoll"
>
<div class="display-1">
<div class="text-h4">
{{ numberToSignedString(bonus) }}
</div>
</v-btn>
@@ -26,7 +26,7 @@
</template>
<template v-else>
<div>
<div class="title">
<div class="text-h6">
<span
v-for="(roll, index) of rolls"
:key="index"
@@ -39,7 +39,7 @@
{{ numberToSignedString(bonus) }}
</span>
</div>
<div class="display-1">
<div class="text-h4">
{{ result }}
</div>
</div>