started search form and store

This commit is contained in:
2019-08-23 19:17:07 +02:00
parent 07f35b0e89
commit b8fc27a93d
5 changed files with 88 additions and 8 deletions
+2 -1
View File
@@ -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'
}
}