(fix)(pronouns) pass prepend and append in grammar tables

This commit is contained in:
Valentyne Stigloher 2025-04-26 12:37:59 +02:00
parent 3e847b695f
commit a054c75fcf

View File

@ -34,6 +34,8 @@ const examples = computed((): Example[] => {
<MorphemeWithPronunciation
:morpheme
:example-values="pronoun.toExampleValues(counter)"
:prefix="{ spelling: prepend, pronunciation: prependPr }"
:suffix="{ spelling: append, pronunciation: appendPr }"
:highlights-morphemes
:examples
/>