mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
fix(menu): fix navigation menu potential bug (#768)
- Fix navigation potential bug
This commit is contained in:
parent
2b234fb4fb
commit
6de81654fa
@ -127,6 +127,7 @@ export default {
|
||||
rootMenu.rootMenuEmit('menuItem:item-click', {
|
||||
index: props.index,
|
||||
indexPath,
|
||||
route: props.route,
|
||||
})
|
||||
emit('click', {
|
||||
index: props.index,
|
||||
|
@ -10,6 +10,7 @@
|
||||
trigger="click"
|
||||
popper-class="el-picker__popper"
|
||||
:stop-popper-mouse-event="false"
|
||||
append-to-body
|
||||
>
|
||||
<template #trigger>
|
||||
<el-input
|
||||
|
Loading…
Reference in New Issue
Block a user