1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-06 18:59:58 +01:00

fix: ensure single root element for each attachment

This commit is contained in:
Daniel Roe 2022-11-24 21:01:28 +00:00
parent 225273d00e
commit 779bde0bb1
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -68,8 +68,10 @@ const aspectRatio = computed(() => {
</audio>
</template>
<template v-else>
TODO:
<pre>{{ attachment }}
</pre>
<div>
TODO:
<pre>{{ attachment }}
</pre>
</div>
</template>
</template>