fix prod build

This commit is contained in:
Henry Jameson 2019-05-13 21:54:25 +03:00
parent 750dca4a10
commit addeb85220
5 changed files with 36 additions and 6 deletions

View file

@ -27,6 +27,7 @@ module.exports = {
'vue/use-v-on-exact': 1,
'vue/no-parsing-error': 1,
'vue/require-v-for-key': 1,
'vue/valid-v-for': 1,
'vue/require-prop-types': 1,
'vue/no-use-v-if-with-v-for': 1,
'indent': 1,