disable draggable #8
2
app.vue
2
app.vue
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<header>
|
<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>
|
</header>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{{ title }}
|
{{ title }}
|
||||||
</p>
|
</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">
|
<AppButton class="app-card__action" :href="href">
|
||||||
{{ action }}
|
{{ action }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user