module.exports = { rules: { /** * 计算属性必须有返回值 */ 'vue/return-in-computed-property': 'error', }, }