module.exports = { rules: { /** * 禁止在 v-on 的值中调用函数 */ 'vue/v-on-function-call': 'error', }, }