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

WIP

parent ab45cfab
No related branches found
No related tags found
No related merge requests found
......@@ -84,18 +84,6 @@ export default {
is_collapsed: true
}
},
metaInfo: function() {
if (this.$parent.article === this.article) {
return {
title: this.$t('Ordbøkene - '+this.article.lemmas[0].lemma),
meta: [
{ name: 'description', content: "My page meta description" }
]
}
}
},
computed: {
collapsable: function() {
if (this.$parent.$options.name != 'SearchResults') {
......
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