display variants indicator
This commit is contained in:
parent
ae6235429a
commit
ffaa4162ef
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ const title = computed(() => getTitleFromEntryOrId(props.entry, props.id))
|
||||||
:data-thumbnail-position='entry.thumbnailPosition || "center center"'
|
:data-thumbnail-position='entry.thumbnailPosition || "center center"'
|
||||||
)
|
)
|
||||||
.caption-wrapper
|
.caption-wrapper
|
||||||
|
p.variants(
|
||||||
|
v-if='!!entry.variants'
|
||||||
|
) has variants
|
||||||
p {{ title }}
|
p {{ title }}
|
||||||
p.warning(
|
p.warning(
|
||||||
v-if='!!entry.warning'
|
v-if='!!entry.warning'
|
||||||
|
|
Loading…
Add table
Reference in a new issue