module.exports = { rules: { /** * 限制自定义组件的属性风格 */ 'vue/attribute-hyphenation': 'off', }, }