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" />
|
margin="mt-0" />
|
||||||
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
|
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
|
||||||
</div>
|
</div>
|
||||||
<div class="small" v-for="item in content" :key="item" data-test="contentLine">
|
<div
|
||||||
{{ item }}
|
class="small"
|
||||||
</div>
|
v-for="item in content"
|
||||||
|
:key="item"
|
||||||
|
data-test="contentLine"
|
||||||
|
v-html="item"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue