官方文档



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


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