added description in accordion, default opened
This commit is contained in:
parent
26c81c7c8e
commit
e4b4a967a0
File diff suppressed because one or more lines are too long
|
@ -85,8 +85,16 @@
|
||||||
</div>
|
</div>
|
||||||
</section> -->
|
</section> -->
|
||||||
</nav>
|
</nav>
|
||||||
<section class="body" v-html="material.body"/>
|
|
||||||
<vsa-list>
|
<vsa-list>
|
||||||
|
<vsa-item :initActive="true">
|
||||||
|
<vsa-heading>
|
||||||
|
<span class="label">Description</span>
|
||||||
|
</vsa-heading>
|
||||||
|
<vsa-content>
|
||||||
|
<section class="body" v-html="material.body"/>
|
||||||
|
</vsa-content>
|
||||||
|
</vsa-item>
|
||||||
|
|
||||||
<vsa-item v-if="material.linked_materials">
|
<vsa-item v-if="material.linked_materials">
|
||||||
<vsa-heading>
|
<vsa-heading>
|
||||||
<span class="label">{{ $t("materio.Linked materials") }}</span>
|
<span class="label">{{ $t("materio.Linked materials") }}</span>
|
||||||
|
|
Loading…
Reference in New Issue