mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4739 - For PanelMenu
This commit is contained in:
parent
f00540f4ab
commit
c1c866b23b
6 changed files with 5 additions and 56 deletions
|
@ -10,7 +10,6 @@
|
|||
:items="processedItems"
|
||||
:templates="templates"
|
||||
:activeItemPath="activeItemPath"
|
||||
:exact="exact"
|
||||
@focus="onFocus"
|
||||
@blur="onBlur"
|
||||
@keydown="onKeyDown"
|
||||
|
@ -47,10 +46,6 @@ export default {
|
|||
expandedKeys: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
exact: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
searchTimeout: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue