Skip to content
Snippets Groups Projects
Commit 71c0b598 authored by HJ's avatar HJ :fire:
Browse files

lint

parent a97db1ef
No related branches found
No related tags found
No related merge requests found
<template> <template>
<span <span
v-if="matchesExpertLevel" v-if="matchesExpertLevel"
class="IntegerSetting" class="IntegerSetting"
> >
<label :for="path"> <label :for="path">
<slot /> <slot />
</label> </label>
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
type="number" type="number"
min="0" min="0"
step="1" step="1"
/> >
</li> </li>
<li> <li>
<IntegerSetting <IntegerSetting
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
@load="onLoad" @load="onLoad"
@error="onError" @error="onError"
> >
<slot/> <slot />
</div> </div>
</template> </template>
......
...@@ -8,7 +8,11 @@ ...@@ -8,7 +8,11 @@
:class="{ 'avatar-compact': compact, 'better-shadow': betterShadow }" :class="{ 'avatar-compact': compact, 'better-shadow': betterShadow }"
:image-load-error="imageLoadError" :image-load-error="imageLoadError"
> >
<FAIcon v-if="bot" icon="robot" class="bot-indicator" /> <FAIcon
v-if="bot"
icon="robot"
class="bot-indicator"
/>
</StillImage> </StillImage>
<div <div
v-else v-else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment