module.exports = { rules: { /** * 禁止使用指定的语法 */ 'vue/no-restricted-syntax': 'off', }, }