added footer tabs

This commit is contained in:
2019-09-20 12:17:46 +02:00
parent 8e9a8489e4
commit c9e7a335c1
9 changed files with 96 additions and 31 deletions
+2 -1
View File
@@ -26,6 +26,7 @@ module.exports = {
'vue/singleline-html-element-content-newline': 'off',
'vue/multiline-html-element-content-newline': 'off',
'vue/max-attributes-per-line': 'off',
'vue/no-v-html': 'off'
'vue/no-v-html': 'off',
'vue-a11y/label-has-for': 'off'
}
}