chore: lint

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 1d2cf7eaf4
commit 128b968168
5 changed files with 27 additions and 21 deletions
@@ -61,7 +61,9 @@ export default {
<text v-bind="$attrs" ref="el" class="vue-flow__edge-text" :y="box.height / 2" dy="0.3em" :style="labelStyle">
<slot>
<component :is="label" v-if="!isString(label)" />
<template v-else> {{ label }} </template>
<template v-else>
{{ label }}
</template>
</slot>
</text>
</g>