Prepare for nested bulleted lists
This commit is contained in:
parent
33af471b03
commit
b5c5fa2a6c
1 changed files with 6 additions and 3 deletions
|
|
@ -7,9 +7,12 @@
|
|||
margin="mt-0" />
|
||||
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
|
||||
</div>
|
||||
<div class="small" v-for="item in content" :key="item" data-test="contentLine">
|
||||
{{ item }}
|
||||
</div>
|
||||
<div
|
||||
class="small"
|
||||
v-for="item in content"
|
||||
:key="item"
|
||||
data-test="contentLine"
|
||||
v-html="item"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue