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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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