vue3中eslint提示组件未使用

vue3中使用eslint引入组件在页面上使用显示未使用 该怎样解决?

img

img

在项目的.eslintrc.js配置文件的rules中添加:"vue/no-multiple-template-root": "off"试试