Newer
Older
<DefElement v-for="(element, index) in article.etymology" :key="index" :body='element' v-if="element.content" />
<ol>
<Definition v-for="(definition, index) in article.definitions" :key="index" :body='definition' />
</ol>
import Definition from './Definition.vue'
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
//color: #42b983;
}
ol > li {
padding-bottom: 2em;
}
ul {
padding-top: 8px;
}
ul li {
list-style:none;
}
li ul .definition ul {
}
ul li.definition {
list-style: disc;