Skip to content
Snippets Groups Projects
Commit 5c418168 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#295 etymologi over betydning igjen

parent ba46e0c4
No related branches found
No related tags found
No related merge requests found
...@@ -8,18 +8,18 @@ ...@@ -8,18 +8,18 @@
<DefElement v-for="(element, index) in article.body.pronunciation" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" /> <DefElement v-for="(element, index) in article.body.pronunciation" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" />
</ul> </ul>
</section> </section>
<section class="definitions">
<h3>{{def_label}}</h3>
<ol>
<Definition v-for="definition in article.body.definitions" :dictionary="dictionary" :level="1" :key="definition.id" :body='definition' @article-click="article_link_click" />
</ol>
</section>
<section v-if="article.body.etymology && article.body.etymology.length" class="etymology"> <section v-if="article.body.etymology && article.body.etymology.length" class="etymology">
<h3>Etymologi</h3> <h3>Etymologi</h3>
<ul> <ul>
<DefElement v-for="(element, index) in article.body.etymology" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" /> <DefElement v-for="(element, index) in article.body.etymology" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" />
</ul> </ul>
</section> </section>
<section class="definitions">
<h3>{{def_label}}</h3>
<ol>
<Definition v-for="definition in article.body.definitions" :dictionary="dictionary" :level="1" :key="definition.id" :body='definition' @article-click="article_link_click" />
</ol>
</section>
<section v-if="sub_articles.length" class="expressions"> <section v-if="sub_articles.length" class="expressions">
<h3>Faste uttrykk</h3> <h3>Faste uttrykk</h3>
<ul> <ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment