ximg: make decoding async

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-25 08:11:08 -07:00
parent 0566075efe
commit 2756855b50
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<img :alt="alt" :src="dataSrc" @load="load" />
<img :alt="alt" :src="dataSrc" @load="load" decoding="async" />
</template>
<script lang="ts">