|
@@ -34,10 +34,10 @@
|
|
/>
|
|
/>
|
|
|
|
|
|
<iframe
|
|
<iframe
|
|
- v-if="newsLoader.content.value.type === 5 && newsLoader.content.value.archives"
|
|
|
|
|
|
+ v-if="newsLoader.content.value.archives"
|
|
class="w-100 mt-3"
|
|
class="w-100 mt-3"
|
|
:style="{ height: '90vh' }"
|
|
:style="{ height: '90vh' }"
|
|
- :src="(newsLoader.content.value.archives as string[])[0]"
|
|
|
|
|
|
+ :src="(newsLoader.content.value.archives as string)"
|
|
/>
|
|
/>
|
|
|
|
|
|
<SimpleRichHtml
|
|
<SimpleRichHtml
|