module.exports = { rules: { /** * 禁止使用 style 属性 */ 'vue/no-static-inline-styles': 'off', }, }