module.exports = { rules: { /** * 标签属性必须按规则排序 */ 'vue/attributes-order': 'off', }, }