1. I now have a problem, such as making a Popover pop-up box
when the text is too long.
because I can"t render
because I use v-for
to render
slot-scope= "scope" in the way I imagined.
https://jsfiddle.net/tcu2x38y/5/
I want the rendered date to correspond to the date format name
the data structure can be modified
<template slot-scope="scope">
<el-popover trigger="hover" placement="top">
: {{ scope.row.name }}
: {{ scope.row.address }}
<div slot="reference" class="name-wrapper">
<el-tag size="medium">{{ scope.row[ibs.key] }}</el-tag>
</div>
</el-popover>
</template>
now how to make the name pop up only popover? the date doesn"t have to pop up. What should I do?