Fixed #1732 - [Bug] PanelMenu template prop type issue

pull/1751/head
Tuğçe Küçükoğlu 2021-11-08 09:47:03 +03:00
parent 64eee54a3d
commit 08c2f21963
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default {
default: null
},
template: {
type: Object,
type: Function,
default: null
},
expandedKeys: {