mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix eslint line breaks
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5c8e949a55
commit
f47f9c6785
3 changed files with 11 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
dist/workflowengine-workflowengine.js
vendored
4
dist/workflowengine-workflowengine.js
vendored
File diff suppressed because one or more lines are too long
2
dist/workflowengine-workflowengine.js.map
vendored
2
dist/workflowengine-workflowengine.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue