使用el自定义表头时,vue项目报错 [vue/no-unused-vars] 'scope'' is defined but never used.

官方文档

<template slot="header" slot-scope="scope">
    <el-input
    v-model="search"
    size="mini"
    placeholder="输入关键字搜索"/>
</template>

修改将slot-scope="scope"改为slot-scope="{}"


 

解决方案来源:https://blog.csdn.net/weixin_45622961/article/details/115892405

posted @ 2021-09-15 13:23  混子一  阅读(244)  评论(0)    收藏  举报