mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove vue binding colon from attribute
This commit is contained in:
parent
e46992d568
commit
1d5df0a193
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ export default function ( video ) {
|
||||||
`) ).join('') }
|
`) ).join('') }
|
||||||
|
|
||||||
<img
|
<img
|
||||||
:data-src="${ video.thumbnail.src }"
|
data-src="${ video.thumbnail.src }"
|
||||||
alt="${ video.name }"
|
alt="${ video.name }"
|
||||||
class="absolute inset-0 h-full w-full object-cover lazyload"
|
class="absolute inset-0 h-full w-full object-cover lazyload"
|
||||||
>
|
>
|
||||||
</picture>
|
</picture>
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue