module.exports = { rules: { /** * 禁止覆盖保留字 */ 'vue/no-reserved-keys': 'error', }, }