mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 18:00:47 +02:00
OpenMangaConnector links in new tab
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="w-6 h-6 inline-block align-middle m-1">
|
||||
<NuxtLink :href="props.websiteUrl ?? ''">
|
||||
<NuxtLink :href="props.websiteUrl ?? ''" target="_blank" external no-prefetch>
|
||||
<UTooltip :text="`${props.useForDownload ? 'Downloading' : 'Not downloading'}, click to see website`">
|
||||
<NuxtImg
|
||||
v-if="mangaConnector"
|
||||
|
Reference in New Issue
Block a user