Skip to content
Snippets Groups Projects
Commit 5a57fb4e authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove allow_highlight

parent 00585e48
No related branches found
No related tags found
No related merge requests found
<template>
<li :class="['definition', 'level'+level]" :ref="level != 9 ? 'def' + body.id : ''" :id="level != 9? 'def' + body.id : ''">
<span v-if="allow_higlight" :aria-label="'Definisjon '+ def_number"/>
<span v-if="level!=9" :aria-label="'Definisjon '+ def_number"/>
<ul class="explanations" >
<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" />
</ul>
......@@ -30,7 +30,6 @@ var Definition = {
body: Object,
level: Number,
dictionary: String,
allow_higlight: Boolean,
def_number: Number
},
......
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