corpus notices #1942
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
this.flat_indexes.push(element.uuid)
|
||||
})
|
||||
})
|
||||
console.log('tocItem created flat_indexes', this.flat_indexes)
|
||||
// console.log('tocItem created flat_indexes', this.flat_indexes)
|
||||
},
|
||||
beforeMount () {
|
||||
if (typeof this.$route.params.textid !== 'undefined') {
|
||||
|
||||
@@ -466,7 +466,6 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
this.meta.push({ name: 'itemclicked', content: 'alors ?' })
|
||||
},
|
||||
onClickIndexItem (o) {
|
||||
this.selectedindex = o
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<header>
|
||||
<h2>{{ corpus.author.title }}</h2>
|
||||
<h3>{{ corpus.author.date }}</h3>
|
||||
<section class="notice" v-html="corpus.author.note" />
|
||||
</header>
|
||||
<section class="editions">
|
||||
<h4 class="editions-quantity">
|
||||
|
||||
Reference in New Issue
Block a user