Fix eslint line breaks

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-08-08 13:41:07 +02:00
parent 5c8e949a55
commit f47f9c6785
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
3 changed files with 8 additions and 2 deletions

View File

@ -32,12 +32,18 @@
@input="setValue">
<template slot="singleLabel" slot-scope="props">
<span v-if="props.option.icon" class="option__icon" :class="props.option.icon" />
<img v-else class="option__icon-img" :src="props.option.iconUrl" alt="">
<img v-else
class="option__icon-img"
:src="props.option.iconUrl"
alt="">
<span class="option__title option__title_single">{{ props.option.label }}</span>
</template>
<template slot="option" slot-scope="props">
<span v-if="props.option.icon" class="option__icon" :class="props.option.icon" />
<img v-else class="option__icon-img" :src="props.option.iconUrl" alt="">
<img v-else
class="option__icon-img"
:src="props.option.iconUrl"
alt="">
<span class="option__title">{{ props.option.label }}</span>
</template>
</Multiselect>

Binary file not shown.

Binary file not shown.