defaults values title
This commit is contained in:
parent
3dd1f032f9
commit
9c58edb425
5 changed files with 121 additions and 45 deletions
|
|
@ -73,8 +73,8 @@
|
|||
<div v-if="item.intro" class="intro" v-html="item.intro"></div>
|
||||
<div v-if="item.markers && item.markers.length" class="markers">
|
||||
<div v-for="(marker, idx) in item.markers" :key="idx" class="marker">
|
||||
<h5 class="marker-title">
|
||||
<img
|
||||
<div class="marker-title">
|
||||
<img
|
||||
v-if="marker.icon"
|
||||
:src="marker.icon"
|
||||
class="marker-icon"
|
||||
|
|
@ -86,8 +86,10 @@
|
|||
class="marker-icon"
|
||||
alt=""
|
||||
/>
|
||||
<h5>
|
||||
{{ marker.title }}
|
||||
</h5>
|
||||
</div>
|
||||
<img v-if="marker.cover" :src="marker.cover" class="marker-cover" alt="" />
|
||||
<template v-if="marker.blocks">
|
||||
<component
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue