module.exports = { rules: { /** * 限制组件的 name 属性的值的风格 */ 'vue/name-property-casing': 'off', }, }