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

fjernet en undefined verdi for "level"

parent 6a3b44c4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
</span>
<ul>
<DefElement :body="body.intro" v-if="body.intro" @article-click="article_link_click" />
<Definition :body="body.article.body.definitions[0]" @article-click="article_link_click" />
<Definition :level="9" :body="body.article.body.definitions[0]" @article-click="article_link_click" />
</ul>
</li>
</template>
......
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