dengjie commit : tabbar 初始样式

This commit is contained in:
clay
2022-12-04 20:00:18 +08:00
parent cc9c7ec0ea
commit 424b344645
21 changed files with 731 additions and 74 deletions

View File

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