mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-24 17:59:40 +08:00
移除站点链接的 href 属性
This commit is contained in:
@@ -180,12 +180,10 @@ onMounted(() => {
|
||||
variant="outlined"
|
||||
size="small"
|
||||
:title="`${site.name} - ${site.url}`"
|
||||
:href="site.url"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<span class="truncate max-w-32">{{ site.name }}</span>
|
||||
<VIcon icon="mdi-open-in-new" size="12" class="ml-1 flex-shrink-0" />
|
||||
</VChip>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
Reference in New Issue
Block a user