diff --git a/.eslintrc.js b/.eslintrc.js index adb05ca..1fcc320 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,6 +25,7 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'vue/singleline-html-element-content-newline': 'off', 'vue/multiline-html-element-content-newline': 'off', - 'vue/max-attributes-per-line': 'off' + 'vue/max-attributes-per-line': 'off', + 'vue/no-v-html': 'off' } } diff --git a/src/components/Content/CorpusItem.vue b/src/components/Content/CorpusItem.vue index 6cf8a2d..41b2e71 100644 --- a/src/components/Content/CorpusItem.vue +++ b/src/components/Content/CorpusItem.vue @@ -10,7 +10,7 @@ /> -
+
diff --git a/src/components/nav/Search.vue b/src/components/nav/Search.vue index 724bba4..1548648 100644 --- a/src/components/nav/Search.vue +++ b/src/components/nav/Search.vue @@ -1,14 +1,50 @@ +