fix: Fix broken n8n-info-tip slots (#4665)

This commit is contained in:
Alex Grozav
2022-11-21 14:31:49 +02:00
committed by GitHub
parent 3ac9ba3491
commit 6c992233a0

View File

@@ -18,7 +18,7 @@
</span>
<template #content>
<span>
<slot name="content" />
<slot />
</span>
</template>
</n8n-tooltip>