You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<SvgIconv-if="!props.item.downloadUrls.length"title="No download available. This is probably an api. Check details"icon="Download"size="xl"class="download-item__icon disabled" />
5
+
6
+
<av-for="downloadUrl in props.item.downloadUrls":key="downloadUrl":href="downloadUrl"target="_blank"rel="noopener":title="'Download ' + props.item.title"class="download-item__link">
0 commit comments