update LibraryTree with MapZoom
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<strong class="d-block">
|
||||
{{ toCommaList(node.authors) }},
|
||||
</strong>
|
||||
<span v-if="node.preTitle" v-html="node.preTitle + ','" />
|
||||
<span v-if="node.preTitle" v-html="trim(node.preTitle) + ','" />
|
||||
<em v-html="(trim(node.title) || 'pas de titre ital') + ','" />
|
||||
<div v-if="node.edition" class="edition">
|
||||
{{ node.edition.map(ed => ed.name).join(' ') }}
|
||||
|
||||
Reference in New Issue
Block a user