module.exports = { rules: { /** * 使用缩写的 : 而不是 v-bind: */ 'vue/v-bind-style': 'error', }, }