This commit is contained in:
Henry Jameson 2022-03-14 09:35:29 +02:00
parent a97db1efd6
commit 71c0b59866
4 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,8 @@
<template>
<span
v-if="matchesExpertLevel"
class="IntegerSetting"
>
<span
v-if="matchesExpertLevel"
class="IntegerSetting"
>
<label :for="path">
<slot />
</label>

View file

@ -83,7 +83,7 @@
type="number"
min="0"
step="1"
/>
>
</li>
<li>
<IntegerSetting