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