mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
refactor(lint): fixed lint issues
This commit is contained in:
parent
05da3752ca
commit
e8ea193ff0
5 changed files with 11 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue