Refactor #3832 Refactor #3833 - For PanelMenu

This commit is contained in:
mertsincan 2023-04-17 09:30:28 +03:00
parent 1f86a9b8bb
commit 3ed2355a45
5 changed files with 48 additions and 12 deletions

View file

@ -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
},