mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: ensure single root element for each attachment
This commit is contained in:
parent
225273d00e
commit
779bde0bb1
1 changed files with 5 additions and 3 deletions
|
@ -68,8 +68,10 @@ const aspectRatio = computed(() => {
|
|||
</audio>
|
||||
</template>
|
||||
<template v-else>
|
||||
TODO:
|
||||
<pre>{{ attachment }}
|
||||
</pre>
|
||||
<div>
|
||||
TODO:
|
||||
<pre>{{ attachment }}
|
||||
</pre>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue