<DefElement:body="explanation":dictionary="dictionary":has_article_ref=has_article_ref(explanation)v-for="(explanation, index) in explanations":key="index"@article-click="article_link_click"/>
...
...
@@ -14,7 +14,7 @@
<CompoundList:body="compound_list":dictionary="dictionary"v-for="(compound_list, index) in compund_lists":key="index"@article-click="article_link_click"/>
<Definition:def_number='index+1':allow_higlight="subdef.id != body.id":level="level+1":body="subdef"v-for="(subdef, index) in subdefs":dictionary="dictionary":key="index"@article-click="article_link_click"/>
<Definition:def_number='index+1':level="level+1":body="subdef"v-for="(subdef, index) in subdefs":dictionary="dictionary":key="index"@article-click="article_link_click"/>