// src\views\layout\components\Sidebar\Link.vue
<template>
<!-- eslint-disable vue/require-component-is -->
<component v-bind="linkProps(to)">
<slot/>
</component>
</template>
[vue/require-component-is]
Expected '<component>' elements to have 'v-bind:is' attribute.
直接在.eslintignore中忽略这个文件也不行。但是删除了这行忽略的代码会出现两个eslint报错,但那个是eslint报错,不是eslint-plugin-vue插件报错,请问这个如何解决,处理好久了没有解决,很烦恼。