diff --git a/components/Literature.vue b/components/Literature.vue index abfaa35fc..85b4a6b05 100644 --- a/components/Literature.vue +++ b/components/Literature.vue @@ -7,7 +7,7 @@ -
+

@@ -21,7 +21,7 @@

- +
@@ -32,6 +32,7 @@ export default { props: { + pronoun: { required: true }, sources: { required: true }, }, data() { diff --git a/components/SimplePronounList.vue b/components/SimplePronounList.vue index 74cc928b7..1f199b331 100644 --- a/components/SimplePronounList.vue +++ b/components/SimplePronounList.vue @@ -5,7 +5,7 @@ {{pronoun.replace(/&/g, ' ' + $t('pronouns.or') + ' ')}} - {{pronoun.name(glue)}} + {{pronoun.name(glue)}}/{{pronoun.morphemes[pronoun.smallForm]}}{{pronoun.description}} diff --git a/components/SourceList.vue b/components/SourceList.vue index 2b67855bb..ad0693110 100644 --- a/components/SourceList.vue +++ b/components/SourceList.vue @@ -1,6 +1,10 @@