fix: root element

This commit is contained in:
Anthony Fu 2022-11-25 22:44:12 +08:00
parent 7065100006
commit c8c4972693

View file

@ -54,7 +54,6 @@ const aspectRatio = computed(() => {
<source :src="attachment.url || attachment.previewUrl" type="audio/mp3">
</audio>
</template>
<!-- Image or "unknown" fallback -->
<template v-else>
<CommonBlurhash
:blurhash="attachment.blurhash"