module.exports = { rules: { /** * v-for 指令的元素必须有 v-bind:key */ 'vue/require-v-for-key': 'error', }, }