refactor(lint): fixed lint issues

This commit is contained in:
Corentin Thomasset 2021-05-17 23:39:32 +02:00
parent 05da3752ca
commit e8ea193ff0
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 11 additions and 12 deletions

View file

@ -8,7 +8,7 @@
label="Data"
:rules="rules.value"
/>
<v-slider v-model="size" min="100" max="1920" label="Size (preview will not change): " thumb-label/>
<v-slider v-model="size" min="100" max="1920" label="Size (preview will not change): " thumb-label />
<v-select
v-model="level"
outlined
@ -17,13 +17,12 @@
/>
<v-row>
<v-col cols="12" md="6" sm="12">
<ColorInput v-model="fgColor" label="Foreground color"/>
<ColorInput v-model="fgColor" label="Foreground color" />
</v-col>
<v-col cols="12" md="6" sm="12">
<ColorInput v-model="bgColor" label="Background color"/>
<ColorInput v-model="bgColor" label="Background color" />
</v-col>
</v-row>
</v-col>
<v-col cols="12" lg="6" sm="12" class="text-center mt-5 ">