module.exports = { rules: { /** * 限制组件名的风格 */ 'vue/component-name-in-template-casing': 'off', }, }