'vue/max-attributes-per-line': ['warn', { // 标签一行最多容纳3个属性,超过3个全部换行 'singleline': 3, 'multiline': { 'max': 1, 'allowFirstLine': false } }]