请求二次封装

This commit is contained in:
”chenxuelian“
2022-12-04 16:37:54 +08:00
parent af24bcda87
commit 1172dc260c
3 changed files with 19 additions and 13 deletions

View File

@@ -29,15 +29,16 @@ module.exports = {
}
],
'vue/max-attributes-per-line': [
2,
{
singleline: 10,
multiline: {
max: 1,
allowFirstLine: true
'error',
{
'singleline': {
'max': 1
},
'multiline': {
'max': 1
}
}
],
},
],
'vue/singleline-html-element-content-newline': 'off',
'vue/multiline-html-element-content-newline': 'off',
'vue/require-v-for-key': 'off',