fix(editor): Fix directives breaking reactivity (no-changelog) (#14665)

Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
Raúl Gómez Morales
2025-04-17 14:23:12 +02:00
committed by GitHub
parent 08e73d3aed
commit acf2453ea7
5 changed files with 83 additions and 27 deletions

View File

@@ -161,9 +161,9 @@ const projectLocation = computed(() => {
>
<ProjectIcon :icon="badgeIcon" :border-less="true" size="mini" />
<router-link v-if="projectLocation" :to="projectLocation">
<span v-n8n-truncate:20>{{ badgeText }}</span>
<span v-n8n-truncate:20="badgeText" />
</router-link>
<span v-else v-n8n-truncate:20>{{ badgeText }}</span>
<span v-else v-n8n-truncate:20="badgeText" />
</N8nBadge>
<template #content>
{{ badgeTooltip }}