chore(docs): cleanup layouting example

This commit is contained in:
braks
2024-02-07 22:42:42 +01:00
parent a99c620b18
commit dc8faecd8c
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const processLabel = toRef(() => {
<Handle v-if="!isSender" type="target" :position="targetPosition" />
<Handle v-if="!isReceiver" type="source" :position="sourcePosition" />
<div v-if="data.isRunning" class="spinner" />
<div v-if="!isSender && data.isRunning" class="spinner" />
<span v-else>
{{ processLabel }}
</span>