lint
This commit is contained in:
parent
a97db1efd6
commit
71c0b59866
4 changed files with 11 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<span
|
||||
v-if="matchesExpertLevel"
|
||||
class="IntegerSetting"
|
||||
>
|
||||
<span
|
||||
v-if="matchesExpertLevel"
|
||||
class="IntegerSetting"
|
||||
>
|
||||
<label :for="path">
|
||||
<slot />
|
||||
</label>
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
type="number"
|
||||
min="0"
|
||||
step="1"
|
||||
/>
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue