added corpus link, added nominum & locorum api request (not working yet)

This commit is contained in:
2019-08-20 17:09:18 +02:00
parent 6a2bb45fb2
commit 5ddfb7d286
8 changed files with 113 additions and 5 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ module.exports = {
'generator-star-spacing': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/singleline-html-element-content-newline': 'off',
'vue/multiline-html-element-content-newline': 'off'
'vue/multiline-html-element-content-newline': 'off',
'vue/max-attributes-per-line': 'off'
}
}