根据Vue官方文档,Vue3应该使用
plugin:vue/vue3-essential替换原来的plugin:vue/essential

改过来以后修复了新检查出来的lint错误,主要是这里提到的:

BREAKING: v-bind's .sync modifier and component model option are removed and replaced with an argument on v-model;