使用手动激活<el-popover placement="bottom" title="标题" :width="200" trigger="manual" content="这是一段内容,这是一段内容,这是一段内容,这是一段内容。" v-model:visible="visible" > <template #reference> <el-button @mouseenter="visible = true" @mouseleave="visible = false" @click="visible = !visible">手动激活</el-button> </template> </el-popover>
使用手动激活