module.exports = { rules: { /** * 模版中的变量名禁止与前一个作用域重名 */ 'vue/no-template-shadow': 'off', }, }