module.exports = { rules: { /** * 组件的属性必须为一定的顺序 */ 'vue/order-in-components': 'error', }, }