Parcourir la source

Fix eslint line breaks

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v25.0.0beta1
Joas Schilling il y a 1 an
Parent
révision
f47f9c6785
Aucun compte lié à l'adresse e-mail de l'auteur

+ 8
- 2
apps/workflowengine/src/components/Checks/FileMimeType.vue Voir le fichier

@@ -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>

+ 2
- 2
dist/workflowengine-workflowengine.js
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
dist/workflowengine-workflowengine.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer