module.exports = { rules: { /** * 当你的 vue 版本较老时,禁用还未支持的语法 */ 'vue/no-unsupported-features': 'off', }, }