Fixed #1732 - [Bug] PanelMenu template prop type issue
parent
64eee54a3d
commit
08c2f21963
|
@ -39,7 +39,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
template: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
expandedKeys: {
|
||||
|
|
Loading…
Reference in New Issue