sailei1 / blog

1 stars 0 forks source link

el-table-column popover input 输入不了 #108

Closed sailei1 closed 3 years ago

sailei1 commented 3 years ago
<template slot="header"  slot-scope="{}">
                      <el-popover> ...</el-popover>
</template>
或者 
<!-- eslint-disable-next-line -->    
<template slot="header"  slot-scope="scope">
            <el-popover> ...</el-popover>
</template>