remove svg
This commit is contained in:
parent
b141b04a53
commit
238ebcf1e4
6 changed files with 7 additions and 9 deletions
|
@ -22,6 +22,7 @@ module.exports = {
|
|||
// allow debugger during development
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
|
||||
'vue/require-prop-types': 0,
|
||||
'vue/no-unused-vars': 0
|
||||
'vue/no-unused-vars': 0,
|
||||
'no-tabs': 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue