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

@ -1,6 +1,6 @@
<template>
<ToolWrapper :config="config()">
<v-slider v-model="paragraphs" min="1" max="20" label="Paragraphs" thumb-label/>
<v-slider v-model="paragraphs" min="1" max="20" label="Paragraphs" thumb-label />
<v-range-slider
v-model="sentencePerParagraph"
min="1"
@ -16,8 +16,8 @@
thumb-label
hide-details
/>
<v-checkbox v-model="startWithLoremIpsum" label="Start with 'Lorem ipsum ...'" hide-details/>
<v-checkbox v-model="asHTML" label="As HTML"/>
<v-checkbox v-model="startWithLoremIpsum" label="Start with 'Lorem ipsum ...'" hide-details />
<v-checkbox v-model="asHTML" label="As HTML" />
<v-textarea
v-model="loremIpsum"