module.exports = { rules: { /** * 禁止出现语法错误 */ 'vue/no-parsing-error': 'error', }, }