module.exports = { rules: { /** * 禁用已废弃的 scope 属性 */ 'vue/no-deprecated-scope-attribute': 'off', }, }