ES Lint fix migration to vuetify 2
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<v-card class="overflow-hidden">
|
||||
<v-card-text>
|
||||
<v-layout
|
||||
row
|
||||
wrap
|
||||
>
|
||||
<div
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<v-layout
|
||||
row
|
||||
align-center
|
||||
justify-center
|
||||
class="increment-menu"
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
</v-btn>
|
||||
</div>
|
||||
<v-layout
|
||||
row
|
||||
wrap
|
||||
style="max-height: 400px; overflow-y: auto;"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user