mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
OpenMangaConnector links in new tab
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user