mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
parent
1f86a9b8bb
commit
3ed2355a45
5 changed files with 48 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
:panelId="panelId"
|
||||
:focusedItemId="focused ? focusedItemId : undefined"
|
||||
:items="processedItems"
|
||||
:template="template"
|
||||
:templates="templates"
|
||||
:activeItemPath="activeItemPath"
|
||||
:exact="exact"
|
||||
@focus="onFocus"
|
||||
|
@ -34,7 +34,7 @@ export default {
|
|||
type: Array,
|
||||
default: null
|
||||
},
|
||||
template: {
|
||||
templates: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue