fix FileViewer.vue layout
This commit is contained in:
@ -49,11 +49,10 @@
|
|||||||
>
|
>
|
||||||
<div class="value" v-text="file.data"></div>
|
<div class="value" v-text="file.data"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div v-if="mediaComponent && file.rawURL" class="container">
|
||||||
<component
|
<component
|
||||||
:is="mediaComponent"
|
:is="mediaComponent"
|
||||||
class="value"
|
class="value"
|
||||||
v-if="mediaComponent && file.rawURL"
|
|
||||||
:src="file.rawURL"
|
:src="file.rawURL"
|
||||||
:controls="true"
|
:controls="true"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user