disable draggable

This commit is contained in:
Nadar 2024-04-22 21:40:49 +03:00
parent 09ebfe8be6
commit f7e3bf36c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<header>
<img ref="logoEl" class="logo" src="/logo-no-bg.png" alt="KPTL">
<img ref="logoEl" class="logo" src="/logo-no-bg.png" alt="KPTL" draggable="false">
</header>
<div class="grid">

View File

@ -4,7 +4,7 @@
{{ title }}
</p>
<img :src="img" alt="TeamSpeak" class="app-card__image">
<img :src="img" :alt="title" class="app-card__image" draggable="false">
<AppButton class="app-card__action" :href="href">
{{ action }}