update LibraryTree with MapZoom

This commit is contained in:
axolotle
2021-06-11 20:40:28 +02:00
parent 56e1c81aef
commit cfee58bde7
4 changed files with 148 additions and 16 deletions
+1 -1
View File
@@ -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(' ') }}