🗃 Adds optional item.rel attribute (fixes #1477)

This commit is contained in:
Alicia Sykes
2024-02-28 12:06:21 +00:00
parent 27995f8500
commit 417028b185
3 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
:target="anchorTarget"
:class="`item ${makeClassList}`"
v-tooltip="getTooltipOptions()"
rel="noopener noreferrer" tabindex="0"
:rel="`${item.rel || 'noopener noreferrer'}`"
tabindex="0"
:id="`link-${item.id}`"
:style="customStyle"
>