OpenMangaConnector links in new tab

This commit is contained in:
2025-10-15 00:25:22 +02:00
parent d5e7b77103
commit bd0e0b26c1

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="w-6 h-6 inline-block align-middle m-1"> <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`"> <UTooltip :text="`${props.useForDownload ? 'Downloading' : 'Not downloading'}, click to see website`">
<NuxtImg <NuxtImg
v-if="mangaConnector" v-if="mangaConnector"