fix: root element
This commit is contained in:
parent
7065100006
commit
c8c4972693
|
@ -54,7 +54,6 @@ const aspectRatio = computed(() => {
|
||||||
<source :src="attachment.url || attachment.previewUrl" type="audio/mp3">
|
<source :src="attachment.url || attachment.previewUrl" type="audio/mp3">
|
||||||
</audio>
|
</audio>
|
||||||
</template>
|
</template>
|
||||||
<!-- Image or "unknown" fallback -->
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<CommonBlurhash
|
<CommonBlurhash
|
||||||
:blurhash="attachment.blurhash"
|
:blurhash="attachment.blurhash"
|
||||||
|
|
Loading…
Reference in a new issue